Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Fix md-menu animation timeout issues #3899

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/menu/menu-interim-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function MenuProvider($$interimElementProvider) {
// Return the promise for when our menu is done animating in
return animator
.waitTransitionEnd(element, {timeout: 370})
.then( function(response) {
.finally( function(response) {
opts.cleanupInteraction = activateInteraction();
return response;
});
Expand Down