Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tree] fix scroll behavior when selecting or expanding a node
Fixes: #3347 Fixes: #1593 The commit addresses an issue with the update tree-widgets after performing a manual scroll and selecting a tree node causing a poor user experience. The fix modifies the logic of the `forceUpdate` to use `clear` instead of `clearAll` to clear the cache for only the row that is modified and not the entire cache. Signed-off-by: Anas Shahid <muhammad.shahid@ericsson.com>
- Loading branch information