Skip to content

Commit

Permalink
minor bug fix involving clearing of tag_focus
Browse files Browse the repository at this point in the history
  • Loading branch information
tch1001 committed Oct 6, 2022
1 parent d58153f commit 1a58e71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DecoPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1a58e71

Please sign in to comment.