mirror of
https://github.com/penpot/penpot.git
synced 2026-09-10 05:58:47 +00:00
🐛 Propagate tokens after synchronizing tokens in ext library
This commit is contained in:
parent
b3a946eaeb
commit
b101a16c70
@ -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))))))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user