diff --git a/frontend/src/app/main/data/workspace/libraries.cljs b/frontend/src/app/main/data/workspace/libraries.cljs index a2276906cb..85426c2720 100644 --- a/frontend/src/app/main/data/workspace/libraries.cljs +++ b/frontend/src/app/main/data/workspace/libraries.cljs @@ -448,6 +448,9 @@ :val nil} {:type :set :attr :shape-ref + :val nil} + {:type :set + :attr :touched :val nil}]}) shapes) @@ -466,7 +469,10 @@ :val (:component-root? obj)} {:type :set :attr :shape-ref - :val (:shape-ref obj)}]}) + :val (:shape-ref obj)} + {:type :set + :attr :touched + :val (:touched obj)}]}) shapes)] (rx/of (dwc/commit-changes rchanges uchanges {:commit-local? true}))))))