1
0
Fork 0
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:
alonso.torres 2024-05-29 12:43:15 +02:00 committed by Andrey Antukh
parent b95cb3d4c5
commit 007ab3d909
3 changed files with 35 additions and 11 deletions
frontend/src/app/plugins

View file

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