mirror of
https://github.com/penpot/penpot.git
synced 2025-05-28 04:36:10 +02:00
Add shapes-by-id common lense to workspace.base ns.
This commit is contained in:
parent
46bc9930f7
commit
6ee5d08086
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@
|
|||
(as-> (l/in [:workspace :flags]) $
|
||||
(l/focus-atom $ st/state)))
|
||||
|
||||
(def ^:static shapes-by-id
|
||||
(as-> (l/key :shapes-by-id) $
|
||||
(l/focus-atom $ st/state)))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Scroll Stream
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue