fixed keymap mode next not working

This commit is contained in:
Miodec 2021-03-18 02:52:15 +00:00
parent 8f64327e9f
commit 1239f7c1bb

View file

@ -4,7 +4,7 @@ import layouts from "./layouts";
//TODO remove after wordslist and currentinput and current word index are in a module
export function highlightKey(currentKey) {
if (Config.keymapMode === "next") return;
if (Config.mode === "zen") return;
try {
if ($(".active-key") != undefined) {
$(".active-key").removeClass("active-key");