модалочки оп-оп

This commit is contained in:
2026-06-01 05:07:42 +06:00
parent 0dd9efb9fb
commit ca8728c90c
13 changed files with 467 additions and 9 deletions

View File

@@ -67,7 +67,6 @@ export function useChatScroll(target: TemplateRef<HTMLElement>, options?: MaybeR
})
useEventListener(el, 'scroll', () => {
console.log('scroll', el.value!.scrollTop)
getArrivedState()
lastScrollTop = el.value!.scrollTop
}, { passive: true })