mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(dom) toggleSelectedFile: rm " "
This commit is contained in:
parent
01735954dc
commit
94cc923d01
1 changed files with 3 additions and 3 deletions
|
|
@ -871,9 +871,9 @@ var CloudCmd, Util, DOM, CloudFunc;
|
|||
* select current file
|
||||
* @param currentFile
|
||||
*/
|
||||
this.toggleSelectedFile = function(currentFile) {
|
||||
var current = currentFile || this.getCurrentFile();
|
||||
|
||||
this.toggleSelectedFile = function(currentFile) {
|
||||
var current = currentFile || this.getCurrentFile();
|
||||
|
||||
current.classList.toggle(SELECTED_FILE);
|
||||
|
||||
return Cmd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue