mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-21 01:12:59 +00:00
@@ -40,9 +40,7 @@
|
||||
}
|
||||
|
||||
function keyboardNavigation(event: KeyboardEvent) {
|
||||
if (event.key === "Escape") {
|
||||
dispatch("close");
|
||||
} else if (event.shiftKey && event.key === "Enter") {
|
||||
if (event.shiftKey && event.key === "Enter") {
|
||||
dispatch("select", exact);
|
||||
} else if (event.key === "ArrowDown") {
|
||||
const element =
|
||||
|
||||
Reference in New Issue
Block a user