mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 16:30:37 -05:00
💄 Add minor cosmetic chanes to workspace comments ns
This commit is contained in:
parent
3da0d85d8f
commit
010a3ef3a7
1 changed files with 3 additions and 3 deletions
|
@ -29,12 +29,12 @@
|
|||
[]
|
||||
(let [{cmode :mode cshow :show} (mf/deref refs/comments-local)
|
||||
update-mode
|
||||
(mf/use-callback
|
||||
(mf/use-fn
|
||||
(fn [mode]
|
||||
(st/emit! (dcm/update-filters {:mode mode}))))
|
||||
|
||||
update-show
|
||||
(mf/use-callback
|
||||
(mf/use-fn
|
||||
(fn [mode]
|
||||
(st/emit! (dcm/update-filters {:show mode}))))]
|
||||
|
||||
|
@ -76,7 +76,7 @@
|
|||
page-id (or page-id (mf/use-ctx ctx/current-page-id))
|
||||
|
||||
on-thread-click
|
||||
(mf/use-callback
|
||||
(mf/use-fn
|
||||
(mf/deps page-id)
|
||||
(fn [thread]
|
||||
(when (not= page-id (:page-id thread))
|
||||
|
|
Loading…
Reference in a new issue