You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a range ended in a blank section there was no tailMarker for that
range, causing some issues specifically around postEditor#splitMarkers
* Add #splitMarkerAtOffset method to markerables, refactor
postEditor#splitMarkers to use it
* Add #_markDirty and #_scheduleForRemoval to postEditor
* refactor to only call `scheduleDidUpdate` and `scheduleRerender` in
postEditor after marking something dirty or for removal
fixes#128
removeMarkupFromRange expects to always have a head and tail marker, but that's not true when the final section is blank.
To reproduce:
Uncaught TypeError: Cannot read property 'renderNode' of undefined
The text was updated successfully, but these errors were encountered: