mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 20:06:11 +02:00
Minor renaming for consistency.
This commit is contained in:
parent
879cb09be1
commit
e51adc2b5f
5 changed files with 6 additions and 14 deletions
|
@ -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 %))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue