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:
parent
22d5b125bd
commit
07f055bd49
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue