diff --git a/client/modules/view.js b/client/modules/view.js index 5eec89ad..a22c2a3b 100644 --- a/client/modules/view.js +++ b/client/modules/view.js @@ -377,7 +377,7 @@ function setCurrentByPosition(position) { const { files, filesPassive, - } = Info.files; + } = Info; const isFiles = ~files.indexOf(element); const isFilesPassive = ~filesPassive.indexOf(element);