mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 05:01:40 +02:00
🐛 Fix retrieve user comments in dashboard
This commit is contained in:
parent
872648d393
commit
fc35b0b853
4 changed files with 16 additions and 3 deletions
|
@ -459,6 +459,9 @@
|
|||
(def current-file-comments-users
|
||||
(l/derived :current-file-comments-users st/state))
|
||||
|
||||
(def current-team-comments-users
|
||||
(l/derived :current-team-comments-users st/state))
|
||||
|
||||
(def viewer-fullscreen?
|
||||
(l/derived (fn [state]
|
||||
(dm/get-in state [:viewer-local :fullscreen?]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue