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
fix: pass through wheel events when content is not scrollable
Only apply special wheel event handling when the pre element actually has a scrollbar.
Otherwise, let the browser handle default scrolling behavior. This ensures proper
event bubbling when content is too small to need scrolling.
Signed-off-by: Eric Wheeler <[email protected]>
0 commit comments