disabled command line on loading page

This commit is contained in:
Jack 2021-09-13 15:48:36 +01:00
parent e90a250f92
commit 0b0a263e7d

View file

@ -205,6 +205,7 @@ function trigger(command) {
}
export let show = () => {
if (!$(".page.pageLoading").hasClass("hidden")) return;
Focus.set(false);
$("#commandLine").removeClass("hidden");
$("#commandInput").addClass("hidden");