In Live preview, place the cursor on a link and turn on MathLinks
The link that the cursor was put on is not rendered until the next document change (i.e. text insertion/deletion)
This happened because in the buildField function, a link that has an overlap with the current cursor is not added to the range set. This kind of cursor handling is done separately by the view plugin, so this wasn't necessary.
Steps to reproduce
This happened because in the
buildField
function, a link that has an overlap with the current cursor is not added to the range set. This kind of cursor handling is done separately by the view plugin, so this wasn't necessary.