[mirotalksfu] - #127 fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2023-11-09 20:42:14 +01:00
الأصل f017115910
التزام 340f9a9436
2 ملفات معدلة مع 4 إضافات و5 حذوفات

عرض الملف

@@ -5354,7 +5354,7 @@ class RoomClient {
setTippy('chatShowParticipantsList', 'Toggle participants list', 'bottom');
const clickedElement = event ? event.target : null;
if (!event || (clickedElement.tagName === 'LI' || clickedElement.tagName === 'IMG')) {
if (!event || clickedElement.tagName === 'LI' || clickedElement.tagName === 'IMG') {
if ((this.isMobileDevice || this.isChatPinned) && (!plist || !plist.classList.contains('hidden'))) {
this.toggleShowParticipants();
}