mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
🐛 Fix comments navigation
This commit is contained in:
parent
3645d1af20
commit
9a45ce80a6
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## 1.18.6 (Unreleased)
|
## 1.18.6 (Unreleased)
|
||||||
|
|
||||||
|
### :bug: Bugs fixed
|
||||||
|
|
||||||
|
- Fix comments navigation from workspace [Taiga #5504](https://tree.taiga.io/project/penpot/issue/5504)
|
||||||
|
|
||||||
### :sparkles: Enhancements
|
### :sparkles: Enhancements
|
||||||
|
|
||||||
- Add the ability to overwrite internal resolver with `PENPOT_INTERNAL_RESOLVER` environment
|
- Add the ability to overwrite internal resolver with `PENPOT_INTERNAL_RESOLVER` environment
|
||||||
|
|||||||
@ -77,6 +77,7 @@
|
|||||||
|
|
||||||
on-thread-click
|
on-thread-click
|
||||||
(mf/use-callback
|
(mf/use-callback
|
||||||
|
(mf/deps page-id)
|
||||||
(fn [thread]
|
(fn [thread]
|
||||||
(when (not= page-id (:page-id thread))
|
(when (not= page-id (:page-id thread))
|
||||||
(st/emit! (dw/go-to-page (:page-id thread))))
|
(st/emit! (dw/go-to-page (:page-id thread))))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user