Skip to content

Commit 9ceeec7

Browse files
Merge pull request #1043 from Codeinwp/bugfix/pro/401
Fixed animation issue fusion builder
2 parents 8334e7b + 33242dd commit 9ceeec7

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)