0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-15 17:21:17 -05:00

Add shapes-by-id common lense to workspace.base ns.

This commit is contained in:
Andrey Antukh 2016-01-22 19:37:40 +02:00
parent 46bc9930f7
commit 6ee5d08086

View file

@ -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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;