From 90346417452765c40188fb718a939ef5ae4359e6 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 1 Sep 2023 16:26:45 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- grid-n-view.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grid-n-view.js b/grid-n-view.js index d849501..fb33c57 100644 --- a/grid-n-view.js +++ b/grid-n-view.js @@ -1117,7 +1117,8 @@ var Gallery = { // named crops... // XXX add these to serilization... - // XXX TEST... + // XXX add default loaded crop... + // XXX might be fun to explore using crops as history... __saved_crops: undefined, get savedCropNames(){ return Object.keys(this.__saved_crops ?? {}) },