mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 15:39:50 -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.))
|
(CopyToClipboard.))
|
||||||
|
|
||||||
(defrecord PasteFromClipboard [id]
|
(defrecord PasteFromClipboard [id]
|
||||||
|
udp/IPageUpdate
|
||||||
ptk/UpdateEvent
|
ptk/UpdateEvent
|
||||||
(update [_ state]
|
(update [_ state]
|
||||||
(let [page (get-in state [:workspace :page])
|
(let [page (get-in state [:workspace :page])
|
||||||
|
|
Loading…
Add table
Reference in a new issue