Skip to content

Commit 33242dd

Browse files
Fix animation issue fusion builder Codeinwp/visualizer-pro#401
1 parent 4d302bc commit 33242dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

js/render-facade.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ var vizClipboard1=null;
109109

110110
// Refresh charts if chart not generated.
111111
function refreshEachCharts() {
112+
if ( 'object' === typeof window.fusionAnimationsVars ) {
113+
return;
114+
}
112115
setTimeout( function() {
113116
displayChartsOnFrontEnd();
114117
}, 100 );

0 commit comments

Comments
 (0)