mirror of
https://github.com/penpot/penpot.git
synced 2025-07-16 00:06:35 +02:00
🐛 Fix comments in viewer mode
This commit is contained in:
parent
37fdf51eaf
commit
afa1af6dc2
1 changed files with 3 additions and 2 deletions
|
@ -144,8 +144,9 @@
|
||||||
:key (:seqn item)}]))
|
:key (:seqn item)}]))
|
||||||
|
|
||||||
(when-let [id (:open cstate)]
|
(when-let [id (:open cstate)]
|
||||||
(when-let [thread (-> (get threads-map id)
|
(when-let [thread (as-> (get threads-map id) $
|
||||||
(update :position gpt/transform modifier1))]
|
(when (some? $)
|
||||||
|
(update $ :position gpt/transform modifier1)))]
|
||||||
[:& cmt/thread-comments {:thread thread
|
[:& cmt/thread-comments {:thread thread
|
||||||
:users users
|
:users users
|
||||||
:zoom zoom}]))
|
:zoom zoom}]))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue