mirror of
https://github.com/penpot/penpot.git
synced 2026-05-13 03:53:51 +00: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:
parent
e0b9751b16
commit
2cf3e37b7a
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user