mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(client) createFileTable: shorthand properties
This commit is contained in:
parent
3a46607c0f
commit
40bf54aec1
1 changed files with 1 additions and 1 deletions
|
|
@ -545,7 +545,7 @@ function CloudCmdProto(Util, DOM) {
|
|||
current = DOM.getFiles(panel)[0];
|
||||
|
||||
DOM.setCurrentFile(current, {
|
||||
history: history
|
||||
history,
|
||||
});
|
||||
|
||||
CloudCmd.emit('active-dir', Info.dirPath);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue