From d249633910aa7409caf46c3d9a21cec2da0124dd Mon Sep 17 00:00:00 2001 From: Miodec Date: Wed, 13 Mar 2024 13:35:22 +0100 Subject: [PATCH] fix: mobile commandline button not working --- frontend/src/ts/event-handlers/footer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/ts/event-handlers/footer.ts b/frontend/src/ts/event-handlers/footer.ts index 38593aa406cc..3161d9451a06 100644 --- a/frontend/src/ts/event-handlers/footer.ts +++ b/frontend/src/ts/event-handlers/footer.ts @@ -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,