Skip to content

Commit

Permalink
changed keycode method passing
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmoc committed Jul 11, 2023
1 parent b9b3e81 commit 4f0b321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web-app-files/src/components/SideBar/TagsPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ type TagOption = {
export default defineComponent({
name: 'TagsPanel',
methods: { keycode },
components: {
CompareSaveDialog
},
Expand Down Expand Up @@ -184,7 +183,8 @@ export default defineComponent({
createOption,
isOptionSelectable,
showSelectNewLabel,
save
save,
keycode
}
}
})
Expand Down

0 comments on commit 4f0b321

Please sign in to comment.