mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 07:11:39 +02:00
✨ Move frames with guides move the guides
This commit is contained in:
parent
3f89baa1fe
commit
62f7323acf
5 changed files with 122 additions and 105 deletions
|
@ -158,7 +158,7 @@
|
|||
(mf/defc export-guides
|
||||
[{:keys [guides]}]
|
||||
[:> "penpot:guides" #js {}
|
||||
(for [{:keys [id position frame-id axis]} (vals guides)]
|
||||
(for [{:keys [position frame-id axis]} (vals guides)]
|
||||
[:> "penpot:guide" #js {:position position
|
||||
:frame-id frame-id
|
||||
:axis (d/name axis)}])])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue