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
The zoom slider is currently not connected to any traits, so it's hard to do two-way binding. But, we could fix this in a straightforward way by either linking it to a trait (and then observing that trait) or by providing a handle that updates it.
Regardless, we should have it set so that the linkage between the zoom slider and the zoom from the mouse wheel is set.
The text was updated successfully, but these errors were encountered:
The zoom slider is currently not connected to any traits, so it's hard to do two-way binding. But, we could fix this in a straightforward way by either linking it to a trait (and then observing that trait) or by providing a handle that updates it.
Regardless, we should have it set so that the linkage between the zoom slider and the zoom from the mouse wheel is set.
The text was updated successfully, but these errors were encountered: