mirror of
https://github.com/wilsonfreitas/awesome-quant.git
synced 2026-08-22 08:18:05 +00:00
deploy: 2fb8b30769
This commit is contained in:
+1
-1
@@ -187,7 +187,7 @@ ul.task-list li input[type="checkbox"] {
|
|||||||
<div>
|
<div>
|
||||||
<div class="quarto-title-meta-heading">Modified</div>
|
<div class="quarto-title-meta-heading">Modified</div>
|
||||||
<div class="quarto-title-meta-contents">
|
<div class="quarto-title-meta-contents">
|
||||||
<p class="date-modified">September 2, 2025</p>
|
<p class="date-modified">September 3, 2025</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
+3
-3
File diff suppressed because one or more lines are too long
+1
-1
@@ -180,7 +180,7 @@ HTMLWidgets.widget({
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
renderValue: function(el, data, instance) {
|
renderValue: function(el, data, instance) {
|
||||||
if (el.offsetWidth === 0 || el.offsetHeight === 0) {
|
if ((el.offsetWidth === 0 || el.offsetHeight === 0) && data.lazyRender !== false) {
|
||||||
instance.data = data;
|
instance.data = data;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user