🐛 Fix comments navigation

This commit is contained in:
Alejandro Alonso 2023-06-21 07:36:42 +02:00 committed by Andrey Antukh
parent 3645d1af20
commit 9a45ce80a6
2 changed files with 5 additions and 0 deletions

View file

@ -77,6 +77,7 @@
on-thread-click
(mf/use-callback
(mf/deps page-id)
(fn [thread]
(when (not= page-id (:page-id thread))
(st/emit! (dw/go-to-page (:page-id thread))))