diff --git a/assets/javascripts/discourse/components/assign-user-form.js b/assets/javascripts/discourse/components/assign-user-form.js index 6508a0e..6f7f7dd 100644 --- a/assets/javascripts/discourse/components/assign-user-form.js +++ b/assets/javascripts/discourse/components/assign-user-form.js @@ -18,13 +18,6 @@ export default class AssignUserForm extends Component { this.args.formApi.submit = this.assign; } - @action - handleTextAreaKeydown(event) { - if ((event.ctrlKey || event.metaKey) && event.key === "Enter") { - this.assign(); - } - } - @action async assign() { if (!this.assigneeName) {