diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e0043bd5f..2c889920f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -148,6 +148,7 @@ user1823 <92206575+user1823@users.noreply.github.com> Gustaf Carefall virinci snowtimeglass +Ben Olson ******************** diff --git a/ts/change-notetype/Alert.svelte b/ts/change-notetype/Alert.svelte index a3ce9e305..79406785e 100644 --- a/ts/change-notetype/Alert.svelte +++ b/ts/change-notetype/Alert.svelte @@ -4,6 +4,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html --> - + + +
+
-
(show = !show)}> +
(show = !show)} + on:keydown={onEnterOrSpace(() => (show = !show))} + > {@html dotsIcon}
@@ -50,8 +58,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html