From a8bb3e3d7662de881983ef6fd61d184fcec0195a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 26 Feb 2021 09:28:14 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/features/collections.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Viewer/features/collections.js b/Viewer/features/collections.js index 6251523c..73da5d69 100755 --- a/Viewer/features/collections.js +++ b/Viewer/features/collections.js @@ -2255,7 +2255,7 @@ var UICollectionActions = actions.Actions({ // 'end' | null - place new items at end of list // 'start' - place new items at start of list // - // XXX make this configurable??? + // XXX edit this with a toggler??? 'collection-ui-place-new': 'start', },