fix: make path changeable even if linked to summary
This commit is contained in:
@@ -278,7 +278,7 @@
|
||||
autofocus
|
||||
bind:value={script.summary}
|
||||
placeholder="Short summary to be displayed when listed"
|
||||
on:keydown={() => {
|
||||
on:keyup={() => {
|
||||
if (initialPath == '' && script.summary?.length > 0) {
|
||||
console.log('FOO')
|
||||
path?.setName(
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
bind:value={$flowStore.summary}
|
||||
placeholder="Short summary to be displayed when listed"
|
||||
id="flow-summary"
|
||||
on:keydown={() => {
|
||||
on:keyup={() => {
|
||||
if (initialPath == '' && $flowStore.summary?.length > 0) {
|
||||
path?.setName(
|
||||
$flowStore.summary
|
||||
|
||||
Reference in New Issue
Block a user