[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2022-10-27 08:11:39 +02:00
الأصل 0be166f777
التزام 8b9fc78354
3 ملفات معدلة مع 3 إضافات و3 حذوفات

عرض الملف

@@ -36,7 +36,7 @@
- Screen Sharing to present documents, slides, and more ... - Screen Sharing to present documents, slides, and more ...
- File Sharing (with drag-and-drop), share any files to your participants in the room - File Sharing (with drag-and-drop), share any files to your participants in the room
- Take a snapshot from the video frame(screen/cam) to save it as an image on your device. - Take a snapshot from the video frame(screen/cam) to save it as an image on your device.
- Chat with Emoji Picker to show you feeling and the possibility to Save the conversations - Chat with Emoji Picker to show you feeling, Markdown support, possibility to Save the conversations, and more.
- Speech recognition, execute the app features simply with your voice. - Speech recognition, execute the app features simply with your voice.
- Advance collaborative whiteboard for the teachers - Advance collaborative whiteboard for the teachers
- Select Microphone - Speaker and Video source - Select Microphone - Speaker and Video source

عرض الملف

@@ -2436,7 +2436,7 @@ class RoomClient {
checkLineBreaks() { checkLineBreaks() {
chatMessage.style.height = ''; chatMessage.style.height = '';
if (this.getLineBreaks(chatMessage.value) > 1) { if (this.getLineBreaks(chatMessage.value) > 0) {
chatMessage.style.height = '200px'; chatMessage.style.height = '200px';
} }
} }

عرض الملف

@@ -388,7 +388,7 @@
cols="1" cols="1"
id="chatMessage" id="chatMessage"
class="chat-msger-input" class="chat-msger-input"
placeholder="💬 Enter your message..." placeholder="💬 Write a message..."
></textarea> ></textarea>
</div> </div>
<div class="chat-msger-buttons"> <div class="chat-msger-buttons">