mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
🐛 Make paste undoable
This commit is contained in:
parent
b5cbb90f4f
commit
6fc98885dd
1 changed files with 1 additions and 0 deletions
|
@ -247,6 +247,7 @@
|
|||
(CopyToClipboard.))
|
||||
|
||||
(defrecord PasteFromClipboard [id]
|
||||
udp/IPageUpdate
|
||||
ptk/UpdateEvent
|
||||
(update [_ state]
|
||||
(let [page (get-in state [:workspace :page])
|
||||
|
|
Loading…
Reference in a new issue