1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 22:18:03 +00:00

Autofocus action

This commit is contained in:
2023-01-17 17:03:11 +01:00
parent 8cbc344eda
commit 69e7502222
4 changed files with 16 additions and 7 deletions

View File

@ -30,7 +30,7 @@
placeholder="[]"
class="code"
bind:value={json}
use:input={{ json: true }}
use:input={{ json: true, autofocus: true }}
></textarea>
</label>