[mirotalksfu] - fix cursor

هذا الالتزام موجود في:
Miroslav Pejic
2024-02-23 22:30:55 +01:00
الأصل c36e95b07b
التزام 3654de6a26

عرض الملف

@@ -1664,6 +1664,7 @@ class RoomClient {
au = document.createElement('button');
au.id = this.peer_id + '__audio';
au.className = this.peer_info.peer_audio ? html.audioOn : html.audioOff;
au.style.cursor = 'default';
p = document.createElement('p');
p.id = this.peer_id + '__name';
p.className = html.userName;