This commit is contained in:
wilsonfreitas
2025-09-03 01:30:43 +00:00
parent a107dd208c
commit d241ebc577
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ ul.task-list li input[type="checkbox"] {
<div>
<div class="quarto-title-meta-heading">Modified</div>
<div class="quarto-title-meta-contents">
<p class="date-modified">September 2, 2025</p>
<p class="date-modified">September 3, 2025</p>
</div>
</div>
+3 -3
View File
File diff suppressed because one or more lines are too long
@@ -180,7 +180,7 @@ HTMLWidgets.widget({
};
},
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;
return;
}