We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf498b commit 6014ea3Copy full SHA for 6014ea3
src/sidebar/index.js
@@ -46,7 +46,9 @@ var CollectionListView = View.extend({
46
click: '_onClick'
47
},
48
template: require('./collection-list-item.jade'),
49
- _onClick: function() {
+ _onClick: function(event) {
50
+ event.preventDefault();
51
+ event.stopPropagation();
52
this.parent.show(this.model);
53
}
54
}),
0 commit comments