Timothy J. Baek 9 месяцев назад
Родитель
Сommit
1ec2e74b07
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/lib/components/chat/Chat.svelte

+ 2 - 2
src/lib/components/chat/Chat.svelte

@@ -161,8 +161,8 @@
 				}
 			} else if (type === 'message') {
 				message.content += data.content;
-		  } else if (type === 'replace') {
-		    message.content = data.content;
+			} else if (type === 'replace') {
+				message.content = data.content;
 			} else if (type === 'confirmation') {
 				eventCallback = cb;