yangjie #49

Merged
yangqiang merged 71 commits from yangjie into master 2025-03-10 14:21:26 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b4d03efec7 - Show all commits

View File

@ -2224,7 +2224,7 @@ const Meeting: React.FC = () => {
const sendMsg = (text?: string): void => {
let msg = text ? text : textMsg;
if (msg) {
setRoomUserItem((res: any) => {
setRoomUserList((res: any) => {
let row = res.find((item: any) => item.uid === userInfo.uid)
window.electron.onInvoke('sendChannelMsg', {
roomNum: state.channelId,