Undo/redo form editor (#452)
* Undo/redo form editor * Fix undo/redo * Fix history with version check * Increase default history size --------- Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
1
client/stores/working_form.js
vendored
1
client/stores/working_form.js
vendored
@@ -153,4 +153,5 @@ export const useWorkingFormStore = defineStore("working_form", {
|
||||
this.content.properties = newFields
|
||||
}
|
||||
},
|
||||
history: {}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user