You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the reset button is pressed, the default zoom is set. This causes
the scrolling to change and triggers the onScroll event, which sets the
overall zoom. This problem was solved by setting the "isDefZoom" flag,
which is set to "true" when setting the default scale and does not allow
the onScroll event to change the zoom
Co-authored-by: DShamakin <[email protected]>
Co-authored-by: t0oF <[email protected]>
In webviz storybook example : https://equinor.github.io/webviz-subsurface-components/storybook-static/?path=/story/welllogviewer-demo-synclogviewer--custom-layout&args=domain[0]:1000;domain[1]:3000
If I have a domain set up then I need to press twice the reset button to get to the initial display.
The text was updated successfully, but these errors were encountered: