mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
fix: keymaps not showing
This commit is contained in:
parent
0124ee6345
commit
9e394beb41
1 changed files with 2 additions and 2 deletions
|
@ -175,7 +175,7 @@ export async function refresh(
|
|||
}
|
||||
let rowElement = "";
|
||||
if (row === "row1" && (!showTopRow || isSteno)) {
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
if (
|
||||
|
@ -199,7 +199,7 @@ export async function refresh(
|
|||
}
|
||||
|
||||
if (row === "row5") {
|
||||
if (isSteno) return;
|
||||
if (isSteno) continue;
|
||||
const layoutDisplay = layoutString.replace(/_/g, " ");
|
||||
let letterStyle = "";
|
||||
if (Config.keymapLegendStyle === "blank") {
|
||||
|
|
Loading…
Reference in a new issue