Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit d723ef6

Browse files
committed
stopPropagation on nav taps
1 parent 220048b commit d723ef6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pica/components/pi-toolbar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
navAction: function(event) {
2828
this.fire('nav-action');
2929
event.cancelBubble = true;
30+
event.stopPropagation();
3031
},
3132
navChanged: function() {
3233
if (this.nav) {

0 commit comments

Comments
 (0)