diff options
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/App.vue b/src/App.vue index 47bbd1e..f98e4e9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -277,12 +277,6 @@ export default defineComponent({ this.handleActionForTutorial('settings'); } }, - helpOpen(newVal, oldVal){ - // Possibly trigger tutorial advance - if (newVal == false){ - this.handleActionForTutorial('help'); - } - }, }, methods: { // For tile expand/collapse events @@ -758,6 +752,7 @@ export default defineComponent({ } this.resetMode(); this.helpOpen = true; + this.handleActionForTutorial('help'); }, // For tutorial-pane events onTutPaneClose(): void { |
