@innovastudio/contentbuilder 1.4.126 → 1.4.127
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -11326,6 +11326,7 @@ class UndoRedo {
|
|
|
11326
11326
|
this.builder.opts.onRender();
|
|
11327
11327
|
}
|
|
11328
11328
|
saveForUndo(checkLater) {
|
|
11329
|
+
if (this.builder.onBeforeSaveForUndo) this.builder.onBeforeSaveForUndo();
|
|
11329
11330
|
if (this.builder.undoRedoStyles) {
|
|
11330
11331
|
if (this.undoList[120]) {
|
|
11331
11332
|
let saves = this.undoList[120][0];
|