🐛 Fix problem with frame guides

This commit is contained in:
alonso.torres 2024-09-17 14:49:39 +02:00 committed by Alonso Torres
parent 21dd9a260c
commit 2b2a84da64
4 changed files with 4 additions and 4 deletions

View file

@ -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]