We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ed847 commit 4add5b1Copy full SHA for 4add5b1
1 file changed
app/components/SettingsMenu.vue
@@ -39,7 +39,8 @@ onKeyStroke(',', e => {
39
return
40
}
41
e.preventDefault()
42
- toggle()
+ triggerRef.value?.focus()
43
+ triggerRef.value?.click()
44
})
45
</script>
46
0 commit comments