When applying a cursor range using setCursor, the caret positions seem to be off by one?
Selections seem to be accurate, but especially when the caret is at position 0 the caret renders just after the first character. Here's a screen shot of a meteor quill object that's syncing deltas and now cursors with your nifty module.
The private window in the foreground is positioned at 0, you can see in the console the range is set to 0, however it's rendered just after the first char:
When applying a cursor range using setCursor, the caret positions seem to be off by one?
Selections seem to be accurate, but especially when the caret is at position 0 the caret renders just after the first character. Here's a screen shot of a meteor quill object that's syncing deltas and now cursors with your nifty module.
The private window in the foreground is positioned at 0, you can see in the console the range is set to 0, however it's rendered just after the first char: