forked from firka/flutter
Eliminate commented-out code (#45726)
This appears to have been inadvertently added in #37497 (333c961).
The code in question already exists in `_PlatformViewGestureMixin`, which
`PlatformViewRenderBox` (where it was added) mixes in.
This commit is contained in:
@@ -729,11 +729,6 @@ class PlatformViewRenderBox extends RenderBox with _PlatformViewGestureMixin {
|
||||
}
|
||||
}
|
||||
|
||||
/// How to behave during hit testing.
|
||||
// The implicit setter is enough here as changing this value will just affect
|
||||
// any newly arriving events there's nothing we need to invalidate.
|
||||
// PlatformViewHitTestBehavior hitTestBehavior;
|
||||
|
||||
/// {@macro flutter.rendering.platformView.updateGestureRecognizers}
|
||||
///
|
||||
/// Any active gesture arena the `PlatformView` participates in is rejected when the
|
||||
|
||||
Reference in New Issue
Block a user