Merge branch 'duckietm:main' into item-descriptions

This commit is contained in:
hotellidev
2026-06-08 00:24:52 +03:00
committed by GitHub
33 changed files with 4207 additions and 52 deletions
@@ -236,6 +236,10 @@ export const ChatInputView: FC<{}> = props =>
{
switch(event.chatMode)
{
case RoomWidgetUpdateChatInputContentEvent.TEXT:
setChatValue(event.userName);
inputRef.current?.focus();
return;
case RoomWidgetUpdateChatInputContentEvent.WHISPER: {
setChatValue(`${ chatModeIdWhisper } ${ event.userName } `);
return;