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:
Chirag Chhatrala
2024-06-25 19:18:20 +05:30
committed by GitHub
parent f40b95977d
commit 0334f7c883
7 changed files with 217 additions and 0 deletions

View File

@@ -153,4 +153,5 @@ export const useWorkingFormStore = defineStore("working_form", {
this.content.properties = newFields
}
},
history: {}
})