mirror of
https://github.com/wilsonfreitas/awesome-quant.git
synced 2026-08-18 22:38:05 +00:00
deploy: 2fb8b30769
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user