mirror of
https://github.com/LingChair/LingChair-V0.git
synced 2025-12-08 10:05:49 +08:00
feat: 多标签页聊天, v0.8.0
This commit is contained in:
@@ -41,7 +41,7 @@ viewBinding.drawerSignOut.click(() => {
|
||||
viewBinding.sendMsg.click((a) => {
|
||||
let text = viewBinding.inputMsg.val()
|
||||
if (text.trim() !== "")
|
||||
ChatMsgAdapter.send(text)
|
||||
ChatPage.getCurrentChatPage().send(text)
|
||||
})
|
||||
|
||||
viewBinding.inputMsg.keydown((e) => {
|
||||
|
||||
Reference in New Issue
Block a user