Skip to content

Commit

Permalink
fix: mobile commandline button not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Mar 13, 2024
1 parent 32968d6 commit d249633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/ts/event-handlers/footer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d249633

Please sign in to comment.