Skip to content

Commit a3dfa75

Browse files
committed
fix(material/tooltip): remove explicit usePopover (#32528)
The tooltip explicitly sets `usePopover` because we were using it to test out popovers. These changes remove it so that users can change the value. (cherry picked from commit cdcae54)
1 parent fb2726c commit a3dfa75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/material/tooltip/tooltip.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,6 @@ export class MatTooltip implements OnDestroy, AfterViewInit {
538538
panelClass: this._overlayPanelClass ? [...this._overlayPanelClass, panelClass] : panelClass,
539539
scrollStrategy: this._injector.get(MAT_TOOLTIP_SCROLL_STRATEGY)(),
540540
disableAnimations: this._animationsDisabled,
541-
usePopover: true,
542541
});
543542

544543
this._updatePosition(this._overlayRef);

0 commit comments

Comments
 (0)