Skip to content

Commit f041770

Browse files
committed
fix: 修复一处逻辑问题
1 parent fe2b4e1 commit f041770

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MY_Chat/src/MY_ChatSwitch.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,9 @@ local CHANNEL_LIST = {
238238
return
239239
end
240240
X.SwitchChatChannel(szName)
241+
X.DelayCall(X.FocusChatInput)
241242
end, nil, nil, nil, '')
243+
return
242244
end
243245
local t = {}
244246
for i, whisper in ipairs(D.aWhisper) do

0 commit comments

Comments
 (0)