From 43601e060ca661d79e949d7faefa3f24093309bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 19 Oct 2025 15:15:25 +0200 Subject: [PATCH] Update label when pressing enter in label dialog Fixes issue #996 --- templates/label_system/dialog.html.twig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/label_system/dialog.html.twig b/templates/label_system/dialog.html.twig index 037b549e..b9149aa3 100644 --- a/templates/label_system/dialog.html.twig +++ b/templates/label_system/dialog.html.twig @@ -10,6 +10,9 @@ {% block card_content %} {{ form_start(form) }} + {# Default submit to use when pressing enter. #} + +