diff --git a/src/components/reply-quote-preview/reply-quote-preview.tsx b/src/components/reply-quote-preview/reply-quote-preview.tsx index 90982e4d..647b547b 100644 --- a/src/components/reply-quote-preview/reply-quote-preview.tsx +++ b/src/components/reply-quote-preview/reply-quote-preview.tsx @@ -18,8 +18,6 @@ interface ReplyQuotePreviewProps { const handleQuoteHover = (cid: string, onElementOutOfView: () => void) => { const targetElements = document.querySelectorAll(`[data-cid="${cid}"]`); - if (targetElements.length === 0) return; - const isInViewport = (element: HTMLElement) => { const bounding = element.getBoundingClientRect(); return (