From 1a58e71e7c8bb00d746c875997b3206260db806e Mon Sep 17 00:00:00 2001 From: Tan Chien Hao Date: Thu, 6 Oct 2022 17:51:53 +0800 Subject: [PATCH] minor bug fix involving clearing of tag_focus --- src/components/DecoPanel.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/DecoPanel.vue b/src/components/DecoPanel.vue index f445eff..566e08a 100644 --- a/src/components/DecoPanel.vue +++ b/src/components/DecoPanel.vue @@ -299,6 +299,7 @@ export default defineComponent({ await this.list_all_tags(false) this.filter_suggestions() showing_tags_for.value = "Node " + new_value + tag_focus.value = null }, async 'project_id'(new_value){ await this.list_all_tags(true)