mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 18:53:26 +08:00
fix: mobile commandline button not working
This commit is contained in:
parent
32968d60e1
commit
d249633910
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import * as VersionHistoryModal from "../modals/version-history";
|
|||
import { envConfig } from "../constants/env-config";
|
||||
|
||||
document
|
||||
.querySelector("footer #commandLineButton")
|
||||
.querySelector("footer #commandLineMobileButton")
|
||||
?.addEventListener("click", async () => {
|
||||
(await getCommandline()).show({
|
||||
singleListOverride: false,
|
||||
|
|
Loading…
Reference in a new issue