delete reply working
This commit is contained in:
parent
6cc8325d2b
commit
dd6eff2904
4 changed files with 6 additions and 6 deletions
|
|
@ -308,7 +308,7 @@ function openComment(comment) {
|
|||
|
||||
openedComment.value = comment;
|
||||
|
||||
if (activeTracks?.value.length === 1) {
|
||||
if (activeTracks.value?.length === 1) {
|
||||
openedFile.value = activeTracks.value[0].files.find(
|
||||
(file) => file.uuid === openedComment.value.location.file.uuid
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue