mirror of
https://github.com/penpot/penpot.git
synced 2025-07-06 02:47:15 +02:00
✨ Add library edition mode for plugins
This commit is contained in:
parent
b95cb3d4c5
commit
007ab3d909
3 changed files with 35 additions and 11 deletions
frontend/src/app/plugins
|
@ -188,3 +188,7 @@
|
|||
(remove-watch ret-v ::watcher)
|
||||
(resolve value)))))]
|
||||
[ret-v ret-p]))
|
||||
|
||||
(defn display-not-valid
|
||||
[code value]
|
||||
(.error js/console (dm/str "[PENPOT PLUGIN] Value not valid: " value ". Code: " code)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue