Use form-control to display box-shadow on form inputs/selects upon focus
[oweals/peertube.git] / client / src / app / shared / confirm / confirm.component.ts
index d67d4f3c8c7eee890c713c0302fab2cbdc7d07b4..c6e40fe72a8c20ce173a34eb588669669a9be700 100644 (file)
@@ -45,7 +45,6 @@ export class ConfirmComponent implements OnInit {
     )
   }
 
-  @HostListener('document:keydown.enter')
   confirm () {
     if (this.openedModal) this.openedModal.close()
   }