ui_migration fix(bugfix): eventBus undefined found caused by not importing eventBus at autofocus comp, removing eventBus usage on child/parent this. events for task polling func

This commit is contained in:
Antonio Anaya 2026-02-09 00:06:48 -06:00
parent 9992ca642c
commit a16a86f361
2 changed files with 14 additions and 13 deletions

View file

@ -20,6 +20,7 @@
import ActionButton from "../../labThingsComponents/actionButton.vue";
// vue3 migration
import { markRaw } from "vue";
import { eventBus } from "../../../eventBus.js";
export default {
name: "AutofocusControl",