mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
🔥 Remove unnecesary ref, viewport already has access to all local data
This commit is contained in:
parent
1fa25060a0
commit
5834e29b39
2 changed files with 1 additions and 4 deletions
|
@ -117,9 +117,6 @@
|
|||
(wsh/process-selected-shapes objects selected))
|
||||
selected-shapes-data))
|
||||
|
||||
(def highlighted-shapes
|
||||
(l/derived :highlighted workspace-local))
|
||||
|
||||
(defn make-selected-ref
|
||||
[id]
|
||||
(l/derived #(contains? % id) selected-shapes))
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
panning
|
||||
selrect
|
||||
transform
|
||||
highlighted
|
||||
vbox
|
||||
vport
|
||||
zoom
|
||||
|
@ -70,7 +71,6 @@
|
|||
drawing (mf/deref refs/workspace-drawing)
|
||||
options (mf/deref refs/workspace-page-options)
|
||||
focus (mf/deref refs/workspace-focus-selected)
|
||||
highlighted (mf/deref refs/highlighted-shapes)
|
||||
|
||||
objects-ref (mf/use-memo #(refs/workspace-page-objects-by-id page-id))
|
||||
objects (mf/deref objects-ref)
|
||||
|
|
Loading…
Add table
Reference in a new issue