mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-16 23:54:28 +10:00
Added HitTestBehavior.opaque, per code review comments
This commit is contained in:
@@ -537,6 +537,7 @@ class _RoutingSheetBodyState extends State<_RoutingSheetBody> {
|
||||
];
|
||||
|
||||
return Listener(
|
||||
behavior: HitTestBehavior.opaque,
|
||||
onPointerDown: PlatformInfo.isDesktop && hasBytes
|
||||
? (event) {
|
||||
if (event.buttons & kSecondaryMouseButton != 0) {
|
||||
|
||||
Reference in New Issue
Block a user