mirror of
https://github.com/penpot/penpot.git
synced 2026-09-06 20:18:39 +00:00
Merge pull request #3978 from penpot/hiru-fix-annotation-focus
Fix annotation textarea steals focus and prevents deleting a component with keyboard
This commit is contained in:
commit
a6662f2774
@ -159,7 +159,7 @@
|
|||||||
{:ref textarea-ref
|
{:ref textarea-ref
|
||||||
:id "annotation-textarea"
|
:id "annotation-textarea"
|
||||||
:data-debug annotation
|
:data-debug annotation
|
||||||
:auto-focus true
|
:auto-focus (or @editing? creating?)
|
||||||
:maxLength 300
|
:maxLength 300
|
||||||
:on-input autogrow
|
:on-input autogrow
|
||||||
:default-value annotation
|
:default-value annotation
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user