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

Commit 2a76887

Browse files
devversionThomasBurleson
authored andcommitted
fix(sidenav): Notify other close events like datepicker-close too
md-datepicker won't close if sidebar is open and the sidebar event stops propagation Fixes #5522. Closes #5528.
1 parent 65b2454 commit 2a76887

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/sidenav/sidenav.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ function SidenavDirective($mdMedia, $mdUtil, $mdConstant, $mdTheming, $animate,
375375
*/
376376
function close(ev) {
377377
ev.preventDefault();
378-
ev.stopPropagation();
379378

380379
return sidenavCtrl.close();
381380
}

0 commit comments

Comments
 (0)