Currently, whenever a sheet is re-rendered, its scroll bar value is reset to 0, meaning the view is back at the top of the document. This is irritating as it forces users to constantly manually scroll back to where they were editing an item.
Instead, the last scroll value should be preserved and re-applied after the last re-render.
Lazy-loaded elements must also be taken into consideration, as they'll increase the document height once loaded, which will change the scroll bar's "size" and thus cause the view scroll value to be off.
Currently, whenever a sheet is re-rendered, its scroll bar value is reset to 0, meaning the view is back at the top of the document. This is irritating as it forces users to constantly manually scroll back to where they were editing an item.
Instead, the last scroll value should be preserved and re-applied after the last re-render.