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

@ -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)))))))))