From 89716bb81d68b9c68d3c0fd2f2de96afad1b086a Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 6 Oct 2019 14:58:45 +0100 Subject: [PATCH] Add class identifying the tiddler body editor See https://groups.google.com/d/msgid/tiddlywiki/13fb3572-4259-46c3-9cc7-6ed85b636177%40googlegroups.com --- core/ui/EditTemplate/body-editor.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ui/EditTemplate/body-editor.tid b/core/ui/EditTemplate/body-editor.tid index 48d51b104..9920b03c5 100644 --- a/core/ui/EditTemplate/body-editor.tid +++ b/core/ui/EditTemplate/body-editor.tid @@ -3,7 +3,7 @@ title: $:/core/ui/EditTemplate/body/editor <$edit field="text" - class="tc-edit-texteditor" + class="tc-edit-texteditor tc-edit-texteditor-body" placeholder={{$:/language/EditTemplate/Body/Placeholder}} tabindex={{$:/config/EditTabIndex}}