0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-07 15:39:42 -05:00

Automatically open comments from dashboard notifications

This commit is contained in:
Pablo Alba 2022-02-02 09:10:59 +01:00 committed by Andrés Moya
parent 5f580f10ca
commit 1797c702a7
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@
### :sparkles: New features
- On user settings, hide the theme selector as long as we only have one theme [Taiga #2610](https://tree.taiga.io/project/penpot/us/2610)
- Automatically open comments from dashboard notifications [Taiga #2605](https://tree.taiga.io/project/penpot/us/2605)
- Add recent used fonts in font selection widget [Taiga #1381](https://tree.taiga.io/project/penpot/us/1381)
- Allow to align items relative to groups [Taiga #2533](https://tree.taiga.io/project/penpot/us/2533)
- Scroll bars [Taiga #2550](https://tree.taiga.io/project/penpot/task/2550)

View file

@ -99,4 +99,5 @@
(rx/filter (ptk/type? ::dw/initialize-viewport))
(rx/take 1)
(rx/mapcat #(rx/of (center-to-comment-thread thread)
(dw/select-for-drawing :comments)
(dcm/open-thread thread)))))))))