From 83a65e9fb17f5ea4b8b372eca2785188db396d07 Mon Sep 17 00:00:00 2001 From: Alexandros Georgantas <alexgeorg86@gmail.com> Date: Tue, 20 Dec 2016 18:56:32 +0200 Subject: [PATCH] Comment out lines which will be used in the future --- .../SimpleEditor/elements/images/InsertImageCommand.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/SimpleEditor/elements/images/InsertImageCommand.js b/app/components/SimpleEditor/elements/images/InsertImageCommand.js index c2a2f5d..f8b8741 100644 --- a/app/components/SimpleEditor/elements/images/InsertImageCommand.js +++ b/app/components/SimpleEditor/elements/images/InsertImageCommand.js @@ -28,10 +28,10 @@ class ImageCommand extends Command { // Return if command is disabled if (state.disabled) return - let documentSession = params.documentSession + // let documentSession = params.documentSession let sel = params.selection let surface = params.surface - let fileClient = context.fileClient + // let fileClient = context.fileClient let files = params.files // can drop images only into container editors -- GitLab