yink #17

Merged
yinkang merged 46 commits from yink into dev 2025-07-07 07:15:25 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit a0b28b19ef - Show all commits

View File

@ -1088,7 +1088,9 @@ html[theme-mode='dark'] {
overflow: auto;
padding: 8px;
outline: none;
.tiptap.ProseMirror{
height: 100%;
}
.image-upload-loading {
position: relative;
display: inline-block;

View File

@ -511,7 +511,7 @@ const checkVisibleElements = () => {
prev.talk_type === doReadItem.talk_type && prev.receiver_id === doReadItem.receiver_id
)
if (!prevItem || !doReadItem.msg_ids.every((id) => prevItem.msg_ids.includes(id))) {
console.error('====发送了新版已读回执=====', doReadItem)
// console.error('=========', doReadItem)
ws.emit('im.message.new.read', doReadItem)
}
})