Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-09-01 16:26:45 +03:00
parent b4c6dc6107
commit 9034641745

View File

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