Skip to content

Commit

Permalink
Stop add event on child list from propagating to parent list
Browse files Browse the repository at this point in the history
  • Loading branch information
miketonks committed Mar 29, 2016
1 parent f16f43c commit bb87582
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distribution/editors/list.js
Expand Up @@ -14,6 +14,7 @@
events: {
'click [data-action="add"]': function(event) {
event.preventDefault();
event.stopPropagation();
this.addItem(null, true);
}
},
Expand Down

0 comments on commit bb87582

Please sign in to comment.