From 7c0a63e836e7052419275db2df24fabbddb801c0 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 11 Apr 2019 03:26:26 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/filesystem.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui (gen4)/features/filesystem.js b/ui (gen4)/features/filesystem.js index 7d92e3ae..1ddd3fd3 100755 --- a/ui (gen4)/features/filesystem.js +++ b/ui (gen4)/features/filesystem.js @@ -1869,6 +1869,9 @@ var FileSystemWriterActions = actions.Actions({ var from = (img_base || base_dir) +'/'+ preview_path to = path +'/'+ (to || preview_path) + // we do not need to report repeats... + // NOTE: these can occur because the same image can + // be included as a preview and as .path... if(seen.has(to)){ return }