mirror of
https://github.com/ankitects/anki.git
synced 2026-01-09 12:03:56 -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) {
|
function prepKeycodeForShortcut(keycode: string) {
|
||||||
return keycode.replace("Ctrl", "Control");
|
return keycode.replace("Ctrl", "Control");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$: if (!showFloating) {
|
||||||
|
showFlags = false;
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Shortcut
|
<Shortcut
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue