Prevent mobile quick-entry action taps from being swallowed by browser touch gestures. - apply a mobile touch-action override to quick-entry action containers and their descendants - keep the existing mobile button sizing while removing the redundant per-button touch-action rule - add a regression test that inspects the mobile CSS rule covering quick-entry action controls Files changed: .changeset/quick-entry-mobile-touch.md | 5 +++++ packages/dashboard/app/components/QuickEntryBox.css | 8 ++++---- packages/dashboard/app/components/__tests__/QuickEntryBox.test.tsx | 17 +++++++++++++++++ 3 files changed, 26 insertions(+), 4 deletions(-) Fusion-Task-Id: FN-6153 Fusion-Task-Lineage: e915bb06-2c45-4d96-b719-2b7efcf6f986
175 B
175 B
@runfusion/fusion
| @runfusion/fusion |
|---|
| patch |
Fix mobile quick-entry action buttons so nested icons and labels do not trigger browser touch gestures instead of toggling their controls.