When a post is autosaved, the cursor should not dislocate
The cursor jumps to the start of the block every time when auto saving
Possibly #1190 introduced this issue. It took me a few hours to debug the issue and finally caught it red handed on cmb2.js#L130 馃槃. When you comment out that line, there is no such issue.
PS: keep SCRIPT_DEBUG enabled
WP 5.0.2
CMB2 2.5.1
Another support thread: https://wordpress.org/support/topic/gutenburg-cursor-returns-to-start-on-autosave/
Just tested with the updated version 2.6.0 and can confirm there is no longer an issue with auto-saving, great work.
Most helpful comment
Just tested with the updated version 2.6.0 and can confirm there is no longer an issue with auto-saving, great work.