0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 00:01:51 -05:00

temporary deactivation

This commit is contained in:
Andrés Moya 2022-11-30 13:12:12 +01:00
parent e8bf9d5f41
commit 14ee85ccd7

View file

@ -883,11 +883,12 @@
(map #(update-component-sync % (:id data)) (map #(update-component-sync % (:id data))
components-changed)))))] components-changed)))))]
(when components-v2 ;; (when components-v2
(->> change-s ;; (->> change-s
(rx/with-latest-from workspace-data-s) ;; (rx/with-latest-from workspace-data-s)
(rx/map check-changes) ;; (rx/map check-changes)
(rx/take-until stopper))))))) ;; (rx/take-until stopper)))
))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Backend interactions ;; Backend interactions