diff options
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 99f4018..2916ea8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -660,7 +660,7 @@ export default defineComponent({ this.updateAreaDims().then(() => { this.relayoutWithCollapse(false); this.justInitialised = true; - setTimeout(() => {this.justInitialised = false;}, this.uiOpts.tileChgDuration); + setTimeout(() => {this.justInitialised = false;}, 300); }); }) .catch(error => { |
