mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -05:00
Fix: Prevent open flags menu being stored after menu close
This commit is contained in:
parent
24424af95d
commit
2168b7fc1c
1 changed files with 4 additions and 0 deletions
|
|
@ -135,6 +135,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
function prepKeycodeForShortcut(keycode: string) {
|
||||
return keycode.replace("Ctrl", "Control");
|
||||
}
|
||||
|
||||
$: if (!showFloating) {
|
||||
showFlags = false;
|
||||
}
|
||||
</script>
|
||||
|
||||
<Shortcut
|
||||
|
|
|
|||
Loading…
Reference in a new issue