🐛 Improve behavior for undo on text edition

This commit is contained in:
alonso.torres 2023-03-06 17:45:01 +01:00
parent 36583d1171
commit b5be938480
7 changed files with 41 additions and 23 deletions

View file

@ -35,6 +35,10 @@
[changes save-undo?]
(assoc changes :save-undo? save-undo?))
(defn set-stack-undo?
[changes stack-undo?]
(assoc changes :stack-undo? stack-undo?))
(defn with-page
[changes page]
(vary-meta changes assoc