Fixes #1562 ## Problem Single-line input fields were blocking all scroll wheel events, preventing parent containers from handling vertical page scrolling. ## Solution - Check if input is in single-line mode and scroll is purely vertical - Allow vertical scroll events to propagate in single-line mode - Only stop propagation when scroll offset actually changes ## Behavior - Single-line inputs: vertical scroll passes through to parent - Multi-line inputs: all scroll behavior unchanged - Horizontal scrolling still works in both modes |
||
|---|---|---|
| .. | ||
| macros | ||
| reqwest_client | ||
| story | ||
| ui | ||