From 2570903c7225a311f5bbd0ce88748ff945f39320 Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 8 May 2017 12:04:37 +0200 Subject: [PATCH] remove old TODO --- src/app/file-panel.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/file-panel.js b/src/app/file-panel.js index 27ace314ab..b84672aa2d 100644 --- a/src/app/file-panel.js +++ b/src/app/file-panel.js @@ -126,8 +126,7 @@ function filepanel (appAPI, files) { } function uploadFile (event) { - // TODO This should not go to the file explorer. - // The file explorer is merely a view on the current state of + // TODO The file explorer is merely a view on the current state of // the files module. Please ask the user here if they want to overwrite // a file and then just use `files.add`. The file explorer will // pick that up via the 'fileAdded' event from the files module.