79713732

Date: 2025-07-24 17:10:48
Score: 1.5
Natty:
Report link
useEffect(() => {
    const anchorKey = editorState.getSelection().getAnchorKey()
    const el = document.querySelector(`[data-offset-key="${anchorKey}-0-0"]`)
    el?.scrollIntoView({ behavior: "smooth", block: "nearest" })
}, [editorState])
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Stanislav