You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
(mousedown)="$event.stopPropagation()" stopped MatRipple from doing animations triggered by child components
Description
With Angular Material 14 it was possible to stop the MatRipple from getting triggered by child components utilizing a (mousedown)="$event.stopPropagation()". With Angular 15 it somehow stopped working. It is still working for simple scenarios but somehow not e.g. in MatTable