diff --git a/lib/widgets/routing_sheet.dart b/lib/widgets/routing_sheet.dart index 6d87a0df..e1ebbbf2 100644 --- a/lib/widgets/routing_sheet.dart +++ b/lib/widgets/routing_sheet.dart @@ -537,6 +537,7 @@ class _RoutingSheetBodyState extends State<_RoutingSheetBody> { ]; return Listener( + behavior: HitTestBehavior.opaque, onPointerDown: PlatformInfo.isDesktop && hasBytes ? (event) { if (event.buttons & kSecondaryMouseButton != 0) {