mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Merge pull request #2762 from mabashian/enter-search-error
Pass the event when calling addTag() on enter
This commit is contained in:
commit
3f9e998475
@ -23,7 +23,7 @@ export default
|
||||
.bind('keypress', function (e) {
|
||||
var code = e.keyCode || e.which;
|
||||
if (code === 13) {
|
||||
scope.addTag();
|
||||
scope.addTag(e);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user