From 187e0300a027a9a8a40e64528ec83f3c0186bb72 Mon Sep 17 00:00:00 2001 From: davidschinkel Date: Tue, 2 Dec 2025 05:48:24 +0100 Subject: [PATCH] fix: Enabled newlines in timeline comment (#5905) (#6620) Co-authored-by: David Schinkel Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com> --- frontend/components/Domain/Recipe/RecipeLastMade.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/components/Domain/Recipe/RecipeLastMade.vue b/frontend/components/Domain/Recipe/RecipeLastMade.vue index 3e5c75efb..05b55194f 100644 --- a/frontend/components/Domain/Recipe/RecipeLastMade.vue +++ b/frontend/components/Domain/Recipe/RecipeLastMade.vue @@ -8,6 +8,7 @@ :title="$t('recipe.made-this')" :submit-text="$t('recipe.add-to-timeline')" can-submit + disable-submit-on-enter @submit="createTimelineEvent" >