updated event handler

This commit is contained in:
Miodec 2022-10-16 20:44:36 +02:00
parent 7183ad1017
commit 7bcd41e7e5

View file

@ -698,7 +698,7 @@ $(document).on("keydown", (e) => {
return;
});
$(document).on("click", "#commandLineMobileButton", () => {
$("#commandLineMobileButton").on("click", () => {
if (Config.singleListCommandLine == "on") {
useSingleListCommandLine(false);
} else {