[mirotalksfu] - #171 fix typo
هذا الالتزام موجود في:
@@ -3518,11 +3518,12 @@ class RoomClient {
|
|||||||
if (videoBar.classList.contains('hidden')) {
|
if (videoBar.classList.contains('hidden')) {
|
||||||
show(videoBar);
|
show(videoBar);
|
||||||
animateCSS(videoBar, 'fadeInDown');
|
animateCSS(videoBar, 'fadeInDown');
|
||||||
videoPlayer.style.border = '2px solid #2a7aef';
|
videoPlayer.style.border = '3px solid #2a7aef';
|
||||||
} else {
|
} else {
|
||||||
animateCSS(videoBar, 'fadeOutUp').then((msg) => {
|
animateCSS(videoBar, 'fadeOutUp').then((msg) => {
|
||||||
hide(videoBar);
|
hide(videoBar);
|
||||||
});
|
});
|
||||||
|
videoPlayer.style.border = 'none';
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم