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 ?? {}) },