0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-28 09:46:51 -05:00

🐛 Fix comment update fails in viewer (#5958)

* 🐛 Fix comment update fails in viewer

* 🐛 Reload team members in workspace but not in viewer
This commit is contained in:
luisδμ 2025-02-26 14:29:51 +01:00 committed by GitHub
parent e0b9751b16
commit 2cf3e37b7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -413,8 +413,8 @@
(->> (rp/cmd! :get-comment-threads {:file-id file-id :share-id share-id})
(rx/map comment-threads-fetched))
;; Refresh team members
(rx/of (dtm/fetch-members)))))))
(when (:workspace-local state)
(rx/of (dtm/fetch-members))))))))
(defn retrieve-comments
[thread-id]