Skip to content

Commit

Permalink
dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohaodu committed May 31, 2024
1 parent 23e6410 commit da05800
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ peerManager.nearVideoElement = nearVideoElement;
peerManager.elDialogVisible = elDialogVisible;
onMounted(() => {
elDialogVisible.value = false;
elDialogVisible.value = true;
nextTick(() => {
elDialogVisible.value = false;
peerManager.listenCall();
});
});
Expand Down

0 comments on commit da05800

Please sign in to comment.