src/components/CurrentTaskDetails/ControlPanel/ControlPanel.vue
@@ -181,7 +181,7 @@ let timer = null let totalSeconds = 0 const workspace_id = computed(() => taskDetails?.value?.workspace_id) const workspace_id = inject('workspace_id') const list1 = [ { key: KeyCode.KEY_Q, text: 'Q', icon: RefreshLeft }, { key: KeyCode.KEY_W, text: 'W', icon: ArrowUp }, @@ -406,8 +406,7 @@ speed: speed.value, })) watch( () => workspace_id.value, watch(workspace_id, async () => { if (workspace_id.value && mqttState === null && client_id.value === '') { await createConnect()