mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(set-current-by-char) lint
This commit is contained in:
parent
ea8ec97f49
commit
6d69cd3a48
1 changed files with 6 additions and 5 deletions
|
|
@ -38,12 +38,13 @@ module.exports = function setCurrentByChar(char, charStore) {
|
|||
setted = true;
|
||||
DOM.setCurrentFile(byName);
|
||||
return true;
|
||||
} else {
|
||||
if (skipN === skipCount)
|
||||
firstByName = byName;
|
||||
|
||||
--skipCount;
|
||||
}
|
||||
|
||||
if (skipN === skipCount)
|
||||
firstByName = byName;
|
||||
|
||||
--skipCount;
|
||||
|
||||
};
|
||||
|
||||
names
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue