On output click, only select. Don't load

This commit is contained in:
Austin Mroz
2026-01-05 16:14:20 -08:00
parent 6fdfc72019
commit 1166e2a0e6

View File

@@ -446,7 +446,7 @@ onKeyStroke('ArrowUp', gotoPreviousOutput)
)
"
:src="output.url"
@click="loadWorkflow(item, [index, key])"
@click="activeLoad = [index, key]"
/>
<div
v-else