mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(key) rm " "
This commit is contained in:
parent
02f3d3b271
commit
ed8a88bae3
1 changed files with 2 additions and 2 deletions
|
|
@ -368,13 +368,13 @@ function KeyProto() {
|
|||
CloudCmd.Konsole.show();
|
||||
event.preventDefault();
|
||||
break;
|
||||
|
||||
|
||||
case Key.SPACE:
|
||||
if (!isDir || name === '..')
|
||||
isSelected = true;
|
||||
else
|
||||
isSelected = DOM.isSelected(current);
|
||||
|
||||
|
||||
exec.if(isSelected, () => {
|
||||
DOM.toggleSelectedFile(current);
|
||||
}, (callback) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue