uneeded use of set from config

pull/1/head
yann300 7 years ago
parent 5f677f6252
commit 61011cf11b
  1. 1
      src/app/files/file-explorer.js

@ -184,7 +184,6 @@ function fileExplorer (appAPI, files) {
self.focusElement.classList.add(css.hasFocus)
self.focusPath = key
self.events.trigger('focus', [key])
appAPI.config.set('currentFile', key)
}
})

Loading…
Cancel
Save