|
@@ -345,9 +345,9 @@
|
|
return _participant.uid === eventData.performer;
|
|
return _participant.uid === eventData.performer;
|
|
});
|
|
});
|
|
if(!existing.length) this.otherParticipants.push(eventData.data);
|
|
if(!existing.length) this.otherParticipants.push(eventData.data);
|
|
- // Vue.nextTick(() => {
|
|
|
|
- // this.refreshVideos();
|
|
|
|
- // });
|
|
|
|
|
|
+ Vue.nextTick(() => {
|
|
|
|
+ this.refreshVideos();
|
|
|
|
+ });
|
|
}
|
|
}
|
|
}
|
|
}
|
|
});
|
|
});
|
|
@@ -429,9 +429,9 @@
|
|
return _participant.uid !== eventData.performer;
|
|
return _participant.uid !== eventData.performer;
|
|
});
|
|
});
|
|
|
|
|
|
- // Vue.nextTick(() => {
|
|
|
|
- // this.refreshVideos();
|
|
|
|
- // });
|
|
|
|
|
|
+ Vue.nextTick(() => {
|
|
|
|
+ this.refreshVideos();
|
|
|
|
+ });
|
|
}
|
|
}
|
|
}
|
|
}
|
|
});
|
|
});
|