mirror of
https://github.com/penpot/penpot.git
synced 2025-05-22 22:16:10 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue