virtual sample > dynamic : fix comments panel when active track is single file
This commit is contained in:
parent
037fad871a
commit
9e8c8b1923
2 changed files with 30 additions and 29 deletions
|
|
@ -81,7 +81,7 @@ watch(
|
|||
singleFile,
|
||||
(newValue) => {
|
||||
if (newValue) {
|
||||
openedFile.value = singleFile;
|
||||
openedFile.value = newValue;
|
||||
}
|
||||
},
|
||||
{ immediate: true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue