fix name refresh on app propagation

This commit is contained in:
Ruben Fiszel
2023-08-25 10:51:19 +02:00
parent 93e15fe003
commit 6a084e9042

View File

@@ -170,7 +170,7 @@
bind:value={name}
placeholder="Inline script name"
class="!text-xs !rounded-xs"
on:keydown={() => {
on:keyup={() => {
$app = $app
$stateId++
}}