reactjs - Programmatically jump to a specific block and move the focus/caret to a decorated word - Stack Overflow

PHOTO EMBED

Fri Sep 17 2021 16:06:34 GMT+0000 (Coordinated Universal Time)

Saved by @nabilashraf #javascript

window.getSelection().focusNode.parentElement.scrollIntoView();
window.getSelection().anchorNode.parentElement.scrollIntoView();
content_copyCOPY

Scroll into View DraftJS

https://stackoverflow.com/questions/48286946/programmatically-jump-to-a-specific-block-and-move-the-focus-caret-to-a-decorate