diff options
Diffstat (limited to 'src/components/Tile.vue')
| -rw-r--r-- | src/components/Tile.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Tile.vue b/src/components/Tile.vue index 0105e57..76ff645 100644 --- a/src/components/Tile.vue +++ b/src/components/Tile.vue @@ -411,7 +411,7 @@ export default defineComponent({ hidden(newVal: boolean, oldVal: boolean){ if (oldVal && !newVal){ this.justUnhidden = true; - setTimeout(() => {this.justUnhidden = false;}, this.uiOpts.transitionDuration); + setTimeout(() => {this.justUnhidden = false;}, this.uiOpts.transitionDuration + 100); } }, // Used to 'flash' the tile when focused |
