diff --git a/frontend/src/app/main/data/workspace/comments.cljs b/frontend/src/app/main/data/workspace/comments.cljs index 25f59ffe2..5ce52aee3 100644 --- a/frontend/src/app/main/data/workspace/comments.cljs +++ b/frontend/src/app/main/data/workspace/comments.cljs @@ -162,7 +162,7 @@ build-move-event (fn [comment-thread] (let [frame (get objects (:frame-id comment-thread)) - modifiers (get object-modifiers (:frame-id comment-thread)) + modifiers (get-in object-modifiers [(:frame-id comment-thread) :modifiers]) frame' (gsh/transform-shape frame modifiers) moved (gpt/to-vec (gpt/point (:x frame) (:y frame)) (gpt/point (:x frame') (:y frame')))