No more ElementRange in SelectionEvent?
Just keeping on top of the nightly builds to make sure I don't slip too far behind, and I've made the relevant changes where EditManager is concerned
noFocusSelectionFormat -> unfocusedSelectionFormat
focusSelectionFormat -> focusedSelectionFormat
selectAll() -> setSelection(0, editManager.absoluteEnd?) (not sure on this one)
But the one that stopped me was that SelectionEvent no longer contained a reference to an ElementRange which I was using heavily to traverse the TLF "DOM", from firstParagraph to lastParagraph.
I've reverted to a previous Gumbo nightly so no problems at all, but I wondered if there was any info on upcoming changes with regards to this last point (getting an ElementRange from a selection)?
