From 3032610c50dc0f3c8a8f8571d520bfcb737992fd Mon Sep 17 00:00:00 2001 From: JanBaum Date: Thu, 9 Oct 2025 16:48:05 +0200 Subject: [PATCH] fix(PreviewOptions): set active radio button on open Fixes: #7544 Signed-off-by: JanBaum Signed-off-by: Jonas --- src/components/Editor/PreviewOptions.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Editor/PreviewOptions.vue b/src/components/Editor/PreviewOptions.vue index ac1a97c7265..584f4c8822e 100644 --- a/src/components/Editor/PreviewOptions.vue +++ b/src/components/Editor/PreviewOptions.vue @@ -15,14 +15,14 @@ {{ t('text', 'Text only') }} {{ t('text', 'Show link preview') }}