Reduce handleResizeWithDelay delay

old-stable24
Varun Patil 2022-10-20 19:59:42 -07:00
parent 074638cdef
commit d9e5ff6549
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ export default class Timeline extends Mixins(GlobalMixin, UserConfig) {
this.resizeTimer = window.setTimeout(() => {
this.recomputeSizes();
this.resizeTimer = null;
}, 300);
}, 100);
}
/** Recompute static sizes of containers */