diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-07-03 20:37:46 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-07-03 23:25:28 +1000 |
| commit | 567a21a8d0498f467f558d9ec1a6db8f1b52c0e6 (patch) | |
| tree | e08d687d05acf648c2a0d877455556dfdef632d8 /src/App.vue | |
| parent | 89fc34f82956f2410ee7f1d90e03945e10805dda (diff) | |
Add SCollapsible component
Also update info-modal source-info styling
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 { |
