diff --git a/common/src/app/common/logic/libraries.cljc b/common/src/app/common/logic/libraries.cljc index 25cf38ccaf..61f9a2bbe3 100644 --- a/common/src/app/common/logic/libraries.cljc +++ b/common/src/app/common/logic/libraries.cljc @@ -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