0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 15:51:37 -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))
components-changed)))))]
(when components-v2
(->> change-s
(rx/with-latest-from workspace-data-s)
(rx/map check-changes)
(rx/take-until stopper)))))))
;; (when components-v2
;; (->> change-s
;; (rx/with-latest-from workspace-data-s)
;; (rx/map check-changes)
;; (rx/take-until stopper)))
))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Backend interactions