We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d350ecc commit 361f21cCopy full SHA for 361f21c
1 file changed
addons/editor/views/file.js
@@ -88,7 +88,8 @@ define([
88
'class': "list-group-item",
89
'css': {
90
'border-left-color': participant.color
91
- }
+ },
92
+ 'click': function(e) { e.preventDefault(); }
93
}).appendTo($participants);
94
}, this);
95
}
0 commit comments