@@ -113,7 +113,7 @@ function create_user(index, config) {
// Dispatch action to current target
dispatch: function(action, data) {
var target = this.target
var target = this.target()
if (target && target.on_input) {
target.on_input(action, data)
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.