fix(view) Info.files -> Info

This commit is contained in:
coderaiser 2017-12-08 17:26:03 +02:00
parent c03fbbf11f
commit 91590b69ef

View file

@ -377,7 +377,7 @@ function setCurrentByPosition(position) {
const {
files,
filesPassive,
} = Info.files;
} = Info;
const isFiles = ~files.indexOf(element);
const isFilesPassive = ~filesPassive.indexOf(element);