I’m trying to allow to drag/drop a single textMark. But it looks like I miss something.
When I select a textMark and part of the text coming after or before the textMark I can drag them together and it works fine - editor allows me to drag the text and I rebuild its content after ‘changes’ event.
The issue is I’m unable to drag a textMark without selecting nearby text.
Here is a codepen with an example: https://codepen.io/vovayatsyuk/pen/PoGpoVN
(Widgets are the text marks. I’ve modified “configureMouse” config to select them on click.)