Improved performance on moving and zooming

This commit is contained in:
alonso.torres 2020-10-05 08:52:06 +02:00 committed by Andrey Antukh
parent 96fbc83a0a
commit 12b4951994
10 changed files with 142 additions and 64 deletions

View file

@ -49,6 +49,10 @@
(def selected-shapes
(l/derived :selected workspace-local))
(defn make-selected-ref
[id]
(l/derived #(contains? % id) selected-shapes))
(def selected-zoom
(l/derived :zoom workspace-local))