fix name refresh on app propagation

This commit is contained in:
Ruben Fiszel
2023-08-25 10:52:02 +02:00
parent e73c9c90ad
commit 9f5b1939ba
@@ -170,7 +170,7 @@
bind:value={name}
placeholder="Inline script name"
class="!text-xs !rounded-xs"
on:keydown={() => {
on:keyup={() => {
$app = $app
$stateId++
}}