mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
✨ Add select layer to contest menu
This commit is contained in:
parent
3482d6c303
commit
406c4063de
9 changed files with 204 additions and 105 deletions
|
@ -152,6 +152,12 @@
|
|||
(def current-hover
|
||||
(l/derived :hover workspace-local))
|
||||
|
||||
(def context-menu
|
||||
(l/derived :context-menu workspace-local))
|
||||
|
||||
(def current-hover-ids
|
||||
(l/derived :hover-ids context-menu))
|
||||
|
||||
(def editors
|
||||
(l/derived :editors workspace-local))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue