reply comment on 360 working

This commit is contained in:
isUnknown 2024-12-20 12:36:21 +01:00
parent d727f1a1af
commit f790653fcf
8 changed files with 38 additions and 18 deletions

View file

@ -37,9 +37,11 @@ import { storeToRefs } from "pinia";
import { useDialogStore } from "../../../stores/dialog";
const { step } = useVirtualSampleStore();
const { openedFile } = storeToRefs(useDialogStore());
const { openedFile, activeTracks } = storeToRefs(useDialogStore());
const activeTab = ref(Object.keys(step.files.static)[0]);
activeTracks.value = [];
watch(
activeTab,
(newVal) => {