mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 13:11:19 +08:00
removed code that was breaking db config
This commit is contained in:
parent
7f2b7b5eda
commit
01e6bb73d4
1 changed files with 3 additions and 3 deletions
|
|
@ -681,9 +681,9 @@ function showWords() {
|
|||
|
||||
updateActiveElement();
|
||||
updateCaretPosition();
|
||||
if (config.keymap !== "off") {
|
||||
changeKeymapLayout(config.keymapLayout);
|
||||
}
|
||||
// if (config.keymap !== "off") {
|
||||
// changeKeymapLayout(config.keymapLayout);
|
||||
// }
|
||||
}
|
||||
|
||||
function updateActiveElement() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue