This commit is contained in:
Phoenix 2025-06-27 17:00:23 +08:00
parent 8736155e64
commit df372ad14e

View File

@ -635,7 +635,6 @@ watch(
rootMargin: '50px 0px' rootMargin: '50px 0px'
} }
observer = new IntersectionObserver(handleIntersection, options) observer = new IntersectionObserver(handleIntersection, options)
// //
const messageElements = document.querySelectorAll('.message-item') const messageElements = document.querySelectorAll('.message-item')
messageElements.forEach((el) => { messageElements.forEach((el) => {