fix(client) loadDir: history enabled by default

This commit is contained in:
coderaiser 2021-12-16 20:06:44 +02:00
parent 2743f78cd3
commit 7053e6be0b

View file

@ -97,7 +97,7 @@ function CloudCmdProto(DOM) {
const {
panel,
history,
history = true,
noCurrent,
currentName,
} = p;