fix(editor): Show input panel with not connected message (#9495)

This commit is contained in:
Csaba Tuncsik
2024-05-23 06:39:05 +02:00
committed by GitHub
parent 301e846cf6
commit 8566301731
4 changed files with 21 additions and 12 deletions

View File

@@ -1,6 +1,5 @@
<template>
<RunData
v-if="currentNode"
:node="currentNode"
:run-index="runIndex"
:linked-runs="linkedRuns"