mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 01:51:36 +02:00
🐛 Solve annotation stealing focus when not editing
This commit is contained in:
parent
cfe7ba34f7
commit
8085e93a07
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,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