File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -613,6 +613,10 @@ export class MatTooltip implements OnDestroy, AfterViewInit {
613
613
} ) ;
614
614
}
615
615
616
+ private _platformSupportsMouseEvents ( ) {
617
+ return ! this . _platform . IOS && ! this . _platform . ANDROID ;
618
+ }
619
+
616
620
/** Disables the native browser gestures, based on how the tooltip has been configured. */
617
621
private _disableNativeGesturesIfNecessary ( ) {
618
622
const gestures = this . touchGestures ;
@@ -750,10 +754,6 @@ export class TooltipComponent implements OnDestroy {
750
754
this . _onHide . complete ( ) ;
751
755
}
752
756
753
- private _platformSupportsMouseEvents ( ) {
754
- return ! this . _platform . IOS && ! this . _platform . ANDROID ;
755
- }
756
-
757
757
_animationStart ( ) {
758
758
this . _closeOnInteraction = false ;
759
759
}
You can’t perform that action at this time.
0 commit comments