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:
parent
e0b9751b16
commit
2cf3e37b7a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue