mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 12:38:33 +02:00
🐛 Fixes problem with left sidebar
This commit is contained in:
parent
8396357f36
commit
09c8920293
2 changed files with 8 additions and 20 deletions
|
@ -40,18 +40,12 @@
|
|||
;; ---- Workspace refs
|
||||
|
||||
|
||||
;; (def workspace-local
|
||||
;; (l/derived :workspace-local st/state))
|
||||
(def workspace-local
|
||||
(l/derived :workspace-local st/state))
|
||||
|
||||
(def workspace-drawing
|
||||
(l/derived :workspace-drawing st/state))
|
||||
|
||||
(def workspace-local
|
||||
(l/derived (fn [state]
|
||||
(merge (:workspace-local state)
|
||||
(:workspace-file-local state)))
|
||||
st/state =))
|
||||
|
||||
(def selected-shapes
|
||||
(l/derived :selected workspace-local))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue