fix: load input history correctly on past versions

This commit is contained in:
Ruben Fiszel
2024-01-26 16:32:02 +01:00
parent 4607939549
commit 80eeba5ee3

View File

@@ -34,7 +34,7 @@
let savingInputs = false
const dispatch = createEventDispatcher()
$: runnableId = scriptPath || flowPath || undefined
$: runnableId = scriptHash || scriptPath || flowPath || undefined
$: runnableType = scriptHash
? RunnableType.SCRIPT_HASH
: scriptPath