diff --git a/src/app/components/floating-column/add-new-status/add-new-status.component.html b/src/app/components/floating-column/add-new-status/add-new-status.component.html index 9055760a..52e1afa4 100644 --- a/src/app/components/floating-column/add-new-status/add-new-status.component.html +++ b/src/app/components/floating-column/add-new-status/add-new-status.component.html @@ -6,8 +6,8 @@ - + + diff --git a/src/app/components/floating-column/add-new-status/add-new-status.component.ts b/src/app/components/floating-column/add-new-status/add-new-status.component.ts index 7c1d6c47..1389afd1 100644 --- a/src/app/components/floating-column/add-new-status/add-new-status.component.ts +++ b/src/app/components/floating-column/add-new-status/add-new-status.component.ts @@ -67,4 +67,9 @@ export class AddNewStatusComponent implements OnInit { var regAccounts = this.store.snapshot().registeredaccounts.accounts; return regAccounts; } + + onCtrlEnter(): boolean { + this.onSubmit(); + return false; + } }