0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-08 08:09:14 -05:00

🐛 Fix problem when duplicating board with guide

This commit is contained in:
alonso.torres 2024-10-17 15:27:42 +02:00
parent 22d5b125bd
commit 07f055bd49

View file

@ -1988,7 +1988,8 @@
(+ (:position guide) (- (:y new-frame) (:y frame))))
guide {:id guide-id
:frame-id new-id
:position position}]
:position position
:axis (:axis guide)}]
(pcb/set-guide changes guide-id guide))
changes))
changes