From 6863121916d24b124a3658fde6246c9607d89a82 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 6 Nov 2021 22:40:05 +0000 Subject: [PATCH] :bug: Closes editor when saved locally --- src/components/InteractiveEditor/EditModeSaveMenu.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/InteractiveEditor/EditModeSaveMenu.vue b/src/components/InteractiveEditor/EditModeSaveMenu.vue index 6050656c..5f94da6f 100644 --- a/src/components/InteractiveEditor/EditModeSaveMenu.vue +++ b/src/components/InteractiveEditor/EditModeSaveMenu.vue @@ -152,6 +152,7 @@ export default { } InfoHandler('Config has succesfully been saved in browser storage', 'Config Update'); this.showToast(this.$t('config-editor.success-msg-local'), true); + this.$store.commit(StoreKeys.SET_EDIT_MODE, false); }, writeToDisk() { // 1. Convert JSON into YAML