From 567a21a8d0498f467f558d9ec1a6db8f1b52c0e6 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 3 Jul 2022 20:37:46 +1000 Subject: Add SCollapsible component Also update info-modal source-info styling --- src/App.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/App.vue') 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 { -- cgit v1.2.3