shadcn-multi-select-component icon indicating copy to clipboard operation
shadcn-multi-select-component copied to clipboard

Fix: Scrolling Issue in Popover with Large Lists

Open Ademking opened this issue 10 months ago • 3 comments

This PR resolves an issue where scrolling or touch gestures within the PopoverContent were not functioning correctly for large lists. Stopping the wheel event propagation on the PopoverContent resolves the issue.

Ademking avatar Dec 08 '24 03:12 Ademking