From 14b8ceba4bbedbd14b834e11fec73037ff80ca95 Mon Sep 17 00:00:00 2001 From: Abhinav Raut Date: Thu, 14 May 2026 14:46:28 +0530 Subject: [PATCH] Remove obvious comments --- frontend/apps/main/src/components/editor/TextEditor.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/apps/main/src/components/editor/TextEditor.vue b/frontend/apps/main/src/components/editor/TextEditor.vue index 295fdeb0..a95715c1 100644 --- a/frontend/apps/main/src/components/editor/TextEditor.vue +++ b/frontend/apps/main/src/components/editor/TextEditor.vue @@ -593,9 +593,6 @@ defineExpose({ focus, extractMentions }) } } - // ProseMirror toggles `.ProseMirror-selectednode` on the wrapper for us - // when the image node is selected, so we don't need a document-level - // click listener. &.ProseMirror-selectednode .image-resize-handle, &.resizing .image-resize-handle { display: block; @@ -605,8 +602,6 @@ defineExpose({ focus, extractMentions }) display: flex; } - // Hardcoded brand blue rather than a theme token so it stays visible - // against arbitrary email content (light backgrounds, dark images, etc.). &.ProseMirror-selectednode .inline-image, &.resizing .inline-image { outline: 2px solid #0066cc;