Make `keepsContentOffset` set true by default
ra1028 opened this issue · 0 comments
ra1028 commented
Checklist
- Reviewed the README and documents.
- Searched existing issues for ensure not duplicated.
Description
Setting false to Updater's keepsContentOffset
by default.
Motivation and Context
The offset will wrong in case content size is changed by deletion and insertion.
Proposed Solution
See description.