mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 17:51:38 +02:00
Add Context Menu for tokens and simple placeholder functions
This commit is contained in:
parent
5efcb0f424
commit
24f1693684
6 changed files with 319 additions and 5 deletions
|
@ -196,6 +196,9 @@
|
|||
(def context-menu
|
||||
(l/derived :context-menu workspace-local))
|
||||
|
||||
(def token-context-menu
|
||||
(l/derived :token-context-menu workspace-local))
|
||||
|
||||
;; page item that it is being edited
|
||||
(def editing-page-item
|
||||
(l/derived :page-item workspace-local))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue