🐛 Fix component-root when createing new component

This commit is contained in:
Andrés Moya 2023-11-03 11:11:28 +01:00
parent a19f5fd305
commit 19379fdd2c
3 changed files with 10 additions and 15 deletions

View file

@ -1604,6 +1604,7 @@
(watch [_ _ _]
(try
(let [clipboard-str (wapi/read-from-clipboard)
paste-transit-str
(->> clipboard-str
(rx/filter t/transit?)