From a5f42a2ff1bf9c4df4b78c18d7cad75e76c34b1c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 18 Aug 2023 18:03:22 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- grid-n-view.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/grid-n-view.js b/grid-n-view.js index 5951513..df0f955 100644 --- a/grid-n-view.js +++ b/grid-n-view.js @@ -1180,6 +1180,9 @@ var Gallery = { // NOTE: we are not implementing the whole drag process here // because dragging up/down here is far more complicated // than when doing it in dragover... + // XXX might be a good idea when dragged is null (dragging in files) + // to place a placeholder between images instead of styling + // the image below... this.dom .addEventListener('dragleave', function(evt){ if(!dragged