Minor renaming for consistency.

This commit is contained in:
Andrey Antukh 2016-01-29 20:07:20 +02:00
parent 879cb09be1
commit e51adc2b5f
5 changed files with 6 additions and 14 deletions

View file

@ -139,7 +139,7 @@
(defn- canvas-render
[own {:keys [width height id] :as page}]
(let [workspace (rum/react wb/workspace-l)
shapes-by-id (rum/react wb/shapes-by-id)
shapes-by-id (rum/react wb/shapes-by-id-l)
workspace-selected (:selected workspace)
xf (comp
(map #(get shapes-by-id %))