Add Context Menu for tokens and simple placeholder functions

This commit is contained in:
Akshay Gupta 2024-05-14 18:10:13 +05:30
parent 5efcb0f424
commit 24f1693684
6 changed files with 319 additions and 5 deletions

View file

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