mirror of
https://github.com/ankitects/anki.git
synced 2025-11-12 07:37:11 -05:00
Restrict cloze shortcut workaround to non-increment case
The workaround is only needed for the option key, and seems to trip some people up, perhaps due to the order they're pressing/releasing the keys. Closes #2090
This commit is contained in:
parent
73035819a9
commit
6a7f2d8a79
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
|
|
||||||
<Shortcut
|
<Shortcut
|
||||||
keyCombination={incrementKeyCombination}
|
keyCombination={incrementKeyCombination}
|
||||||
{event}
|
event="keydown"
|
||||||
on:action={onIncrementCloze}
|
on:action={onIncrementCloze}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue