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

Commit 281504f

Browse files
GuyPiekara
authored andcommitted
fix(panel): fix propagateContainerEvents (#10497)
Fixes #10495
1 parent 5a89b14 commit 281504f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/panel/panel.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1881,6 +1881,7 @@ MdPanelRef.prototype._createPanel = function() {
18811881
// Handle click and touch events for the panel container.
18821882
if (self.config['propagateContainerEvents']) {
18831883
self.panelContainer.css('pointer-events', 'none');
1884+
self.panelEl.css('pointer-events', 'all');
18841885
}
18851886

18861887
// Panel may be outside the $rootElement, tell ngAnimate to animate

0 commit comments

Comments
 (0)