From 61011cf11b1e246fa308944e87d13a30c6a89841 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 8 Feb 2018 13:03:02 +0100 Subject: [PATCH] uneeded use of set from config --- src/app/files/file-explorer.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/files/file-explorer.js b/src/app/files/file-explorer.js index e3396beb85..53c689e8a4 100644 --- a/src/app/files/file-explorer.js +++ b/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) } })