Reduce handleResizeWithDelay delay
parent
074638cdef
commit
d9e5ff6549
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue