mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
Many performance improvements on workspace.
This commit is contained in:
parent
3fdce853d0
commit
6c1955c0d9
12 changed files with 120 additions and 127 deletions
|
@ -62,6 +62,14 @@
|
|||
(-> (l/key :zoom)
|
||||
(l/derive workspace)))
|
||||
|
||||
(def selected-tooltip
|
||||
(-> (l/key :tooltip)
|
||||
(l/derive workspace)))
|
||||
|
||||
(def selected-drawing-tool
|
||||
(-> (l/key :drawing-tool)
|
||||
(l/derive workspace)))
|
||||
|
||||
(defn alignment-activated?
|
||||
[state]
|
||||
(let [flags (l/focus ul/workspace-flags state)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue