aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/App.vue2
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 => {