🐛 Propagate tokens after synchronizing tokens in ext library

This commit is contained in:
Andrés Moya 2026-08-31 11:15:50 +02:00
parent b3a946eaeb
commit b101a16c70

View File

@ -840,7 +840,9 @@
(rx/merge
(->> (rx/of library-id)
(rx/delay 5000)
(rx/map fetch-library-thumbnails)))
(rx/map fetch-library-thumbnails))
(when (ch/tokens-lib-changed? changes)
(rx/of (dwtp/propagate-workspace-tokens))))
(rx/take-until stopper-s))))))