mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-01 12:31:39 +08:00
修复消息中心滚动显示
This commit is contained in:
@@ -78,7 +78,6 @@ watch(visible, async newValue => {
|
||||
if (newValue) {
|
||||
await nextTick()
|
||||
messageViewRef.value?.resumeSSE?.()
|
||||
messageViewRef.value?.forceScrollToEnd?.()
|
||||
|
||||
clearUnreadMessageState()
|
||||
|
||||
@@ -90,8 +89,6 @@ watch(visible, async newValue => {
|
||||
|
||||
onMounted(async () => {
|
||||
await nextTick()
|
||||
messageViewRef.value?.resumeSSE?.()
|
||||
messageViewRef.value?.forceScrollToEnd?.()
|
||||
|
||||
clearUnreadMessageState()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user