Skip to content

Commit fdddfa5

Browse files
reactive timeout to fix animation visual bugs on slow devices
1 parent 1f63ac6 commit fdddfa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/js/PivotView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ PivotView.prototype.pushTable = function () {
131131

132132
setTimeout(function () {
133133
_._updateTablesPosition();
134-
}, 1);
134+
}, 30);
135135

136136
};
137137

0 commit comments

Comments
 (0)