fix null activeTracks
This commit is contained in:
parent
cd9de2572a
commit
12631cdec7
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ const isOpen = ref(true);
|
|||
watch(isOpen, (newValue) => {
|
||||
router.push({ name: route.name });
|
||||
openedFile.value = null;
|
||||
activeTracks.value = null;
|
||||
activeTracks.value = [];
|
||||
});
|
||||
|
||||
const downloadText = computed(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue