useEffect(() => { const anchorKey = editorState.getSelection().getAnchorKey() const el = document.querySelector(`[data-offset-key="${anchorKey}-0-0"]`) el?.scrollIntoView({ behavior: "smooth", block: "nearest" }) }, [editorState])