mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(view) Info.files -> Info
This commit is contained in:
parent
c03fbbf11f
commit
91590b69ef
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ function setCurrentByPosition(position) {
|
|||
const {
|
||||
files,
|
||||
filesPassive,
|
||||
} = Info.files;
|
||||
} = Info;
|
||||
|
||||
const isFiles = ~files.indexOf(element);
|
||||
const isFilesPassive = ~filesPassive.indexOf(element);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue