From 4f03a6fb58de220dc6d2e7166023bb8bf06cb44d Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 26 Jul 2024 18:57:03 +0200 Subject: [PATCH] dashboard: mailbox edit dialog is not really a form with submit action As a form with a submit button the browser tries to be smart which will trigger the next button tag as enter action on a textinput --- dashboard/src/views/email.html | 109 ++++++++++++++++----------------- 1 file changed, 52 insertions(+), 57 deletions(-) diff --git a/dashboard/src/views/email.html b/dashboard/src/views/email.html index f734744f0..91a9c976d 100644 --- a/dashboard/src/views/email.html +++ b/dashboard/src/views/email.html @@ -108,79 +108,74 @@