From 7053e6be0b010472c785e00ed80ee27d454b883b Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 16 Dec 2021 20:06:44 +0200 Subject: [PATCH] fix(client) loadDir: history enabled by default --- client/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.js b/client/client.js index 09777785..3b394457 100644 --- a/client/client.js +++ b/client/client.js @@ -97,7 +97,7 @@ function CloudCmdProto(DOM) { const { panel, - history, + history = true, noCurrent, currentName, } = p;