mirror of
https://github.com/penpot/penpot.git
synced 2025-07-15 07:05:17 +02:00
🐛 Fix problem with frame guides
This commit is contained in:
parent
21dd9a260c
commit
2b2a84da64
4 changed files with 4 additions and 4 deletions
|
@ -129,7 +129,7 @@
|
|||
ruler-id (obj/get proxy "$id")
|
||||
page (locate-page file-id page-id)]
|
||||
(when (some? page)
|
||||
(d/seek #(= (:id %) ruler-id) (-> page :options :guides vals)))))
|
||||
(d/seek #(= (:id %) ruler-id) (-> page :guides vals)))))
|
||||
|
||||
(defn proxy->interaction
|
||||
[proxy]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue