From 6871c254456def31233bbe246ed76d70d3f481d1 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Sun, 23 Aug 2026 21:32:11 -0400 Subject: [PATCH] docs(frontend): the task-body comment no longer points at a class that was deleted (#2962) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `.editor-body` was removed from editor-shared.css in c5faaf3 — nothing used it once TaskEditorView replaced it — so "Replace .editor-body for task editor" now names something a reader cannot find. Say what .task-body is and record that its predecessor is gone. Co-Authored-By: Claude Fable 5 --- frontend/src/views/TaskEditorView.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/TaskEditorView.vue b/frontend/src/views/TaskEditorView.vue index 33796ef..f19115f 100644 --- a/frontend/src/views/TaskEditorView.vue +++ b/frontend/src/views/TaskEditorView.vue @@ -803,7 +803,8 @@ useEditorGuards(dirty, save); max-width: 1600px; } -/* Replace .editor-body for task editor */ +/* The task editor's own body row. It began as a replacement for the shared + .editor-body, which nothing used afterwards and has since been deleted. */ .task-body { flex: 1; min-height: 0;