1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 22:18:03 +00:00
This commit is contained in:
2023-01-29 20:00:15 +01:00
parent 2d33c6f2ab
commit 1cf89b3278
20 changed files with 817 additions and 370 deletions

View File

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