mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Pass the event when calling addTag()
This commit is contained in:
@@ -23,7 +23,7 @@ export default
|
||||
.bind('keypress', function (e) {
|
||||
var code = e.keyCode || e.which;
|
||||
if (code === 13) {
|
||||
scope.addTag();
|
||||
scope.addTag(e);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user