I’m encountering an issue in my Vue 3 project where I need to determine the line number where the cursor is located in contenteditable div. This should work not only when typing but also when clicking anywhere within the text.
I’ve searched through many forums but only found solutions related to character offsets, not line numbers.
New contributor
Good Game is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.