mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 15:51:37 -05:00
temporary deactivation
This commit is contained in:
parent
e8bf9d5f41
commit
14ee85ccd7
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue