From 6a7f2d8a7911f9145deea0ecb93e51cb8f02af0f Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 26 Sep 2022 11:22:00 +1000 Subject: [PATCH] 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 --- ts/editor/ClozeButtons.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/editor/ClozeButtons.svelte b/ts/editor/ClozeButtons.svelte index f53c969e8..df675f43b 100644 --- a/ts/editor/ClozeButtons.svelte +++ b/ts/editor/ClozeButtons.svelte @@ -87,7 +87,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html