If i use the this.registerDomEvent(document, 'click', (evt: MouseEvent) => {
how can I from the evt get the line number of the click? I don’t understand how to go from DOM element to obsidian document line.
On desktop I used called editor.getCursor()
method but couldn’t get it to work on mobile.
Help please!