gpui-component/crates
chulingera2025 d4c4b9ad37
input: Avoid blocking vertical scroll events in single-line mode (#1562) (#1572)
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
2025-11-13 10:19:52 +08:00
..
macros Bump v0.4.0-preview2 2025-11-12 15:16:49 +08:00
reqwest_client Bump v0.4.0-preview2 2025-11-12 15:16:49 +08:00
story root: Fix Root use text size may override default text color. (#1576) 2025-11-12 19:05:30 +08:00
ui input: Avoid blocking vertical scroll events in single-line mode (#1562) (#1572) 2025-11-13 10:19:52 +08:00