lutzroeder / netron

Visualizer for neural network, deep learning and machine learning models
https://netron.app
MIT License
27.71k stars 2.75k forks source link

Tweak view.Sidebar._update method so that automatic scrolling works as expected #1345

Closed beru closed 2 weeks ago

beru commented 2 weeks ago

This PR changes view.Sidebar._update method. The timing to invoke entry.content.activate(); is adjusted. Now it will be called after the sidebar is updated. By doing so, the problem reported in #1344 would be resolved.