mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-11 09:42:15 +01:00
fix escape handling in tagdropdown and timetrackerprojecttaskdropdown after changing to radix dropdowns
This commit is contained in:
@@ -598,6 +598,7 @@ const showCreateProject = ref(false);
|
||||
placeholder="Search for a project or task..."
|
||||
@input="updateSearchValue"
|
||||
@keydown.enter.prevent="addClientIfNoneExists"
|
||||
@keydown.esc.prevent="open = false"
|
||||
@keydown.up.prevent="moveHighlightUp"
|
||||
@keydown.down.prevent="moveHighlightDown"
|
||||
@keydown.right.prevent="expandProject"
|
||||
|
||||
Reference in New Issue
Block a user