mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 05:28:33 +02:00
🐛 Improve behavior for undo on text edition
This commit is contained in:
parent
36583d1171
commit
b5be938480
7 changed files with 41 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue