kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
feat (front): After editing a tag, "Enter" closes the menu (whereas "Space" and "Comma" add a new tag)
rodzic
cf3f9a6d73
commit
734da1b335
|
@ -96,6 +96,7 @@ const pressedKey = (e: KeyboardEvent) => {
|
|||
// confirm or cancel
|
||||
switch (e.key) {
|
||||
case "Enter":
|
||||
confirmed(); canceled (); break;
|
||||
case "Tab":
|
||||
case "ArrowLeft":
|
||||
case "ArrowRight":
|
||||
|
|
Ładowanie…
Reference in New Issue