Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: adding dataset hierarchical item shouldn't cause scroll flickering
- calling `datasetHierarchical` setter shouldn't cause scroll flickering, this was caused a call to the DataView `setItems` with an empty array which in terms always scroll back to top and that was meant to clear the dataset before recreating it, however this is certainly not needed since calling the `datasetHierarchical` setter will then trigger a new sort which will indirectly call DataView setItems anyway
- Loading branch information