From b90fda395ad3584c89174b9fbf27cf1c149e068c Mon Sep 17 00:00:00 2001 From: Gusted Date: Sun, 17 Mar 2024 23:38:10 +0100 Subject: [PATCH] [BUG] Make write and preview tabs interactive - Make the 'Write' and 'Preview' tabs of the markdown editor interactive by adding `href="#"`, this causes it to appear in the document order and that while focused pressing `Enter` fires a click event (which isn't the case by doing `tabindex="0"`). - Resolves #2675 --- templates/shared/combomarkdowneditor.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/shared/combomarkdowneditor.tmpl b/templates/shared/combomarkdowneditor.tmpl index c6e86133cd..64a1aea392 100644 --- a/templates/shared/combomarkdowneditor.tmpl +++ b/templates/shared/combomarkdowneditor.tmpl @@ -14,8 +14,8 @@ Template Attributes:
{{if .MarkdownPreviewUrl}} {{end}}