Preserve scroll/select state when recipe tree updates
uhloin opened this issue · 3 comments
Issue type:
- ➕ Feature request
Short description:
There is a button "Show tree". It may be useful to inspect cause of delay for slow and complex receipt. But in fact, it's not usable, because every several seconds scrolling is reset to start and shrank branches are expanded back. I understand that it's hard to update a tree smoothly, but at least it should not be updated if nothing changed. At least save/restore scrolling position before/after update should be not so tricky.
Or may be dump that tree to console as simple text to examine it?