virtual sample > dynamic : fix comments panel when active track is single file

This commit is contained in:
isUnknown 2025-02-07 17:39:34 +01:00
parent 037fad871a
commit 9e8c8b1923
2 changed files with 30 additions and 29 deletions

View file

@ -81,7 +81,7 @@ watch(
singleFile,
(newValue) => {
if (newValue) {
openedFile.value = singleFile;
openedFile.value = newValue;
}
},
{ immediate: true }