mirror of
https://github.com/penpot/penpot.git
synced 2026-09-14 07:59:36 +00:00
🐛 Fix internal error at setting text style
This commit is contained in:
parent
4442246e08
commit
42b69df671
@ -462,6 +462,7 @@
|
|||||||
on-change-ref (mf/use-ref nil)
|
on-change-ref (mf/use-ref nil)
|
||||||
workspace-read-only? (mf/use-ctx ctx/workspace-read-only?)
|
workspace-read-only? (mf/use-ctx ctx/workspace-read-only?)
|
||||||
editable? (and local? (not workspace-read-only?))
|
editable? (and local? (not workspace-read-only?))
|
||||||
|
open? (if (nil? open?) (mf/use-state editing?) open?)
|
||||||
|
|
||||||
on-name-blur
|
on-name-blur
|
||||||
(mf/use-callback
|
(mf/use-callback
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user