From 783c07301b48c3e6c31c85433315a10ffb97f654 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sat, 30 May 2026 10:19:45 -0700 Subject: [PATCH] tweaks --- js/desktop/src/features/compose/text-editor.tsx | 4 ++-- js/desktop/src/features/particles/text-particle-view.tsx | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/js/desktop/src/features/compose/text-editor.tsx b/js/desktop/src/features/compose/text-editor.tsx index 6855299..47febad 100644 --- a/js/desktop/src/features/compose/text-editor.tsx +++ b/js/desktop/src/features/compose/text-editor.tsx @@ -190,7 +190,7 @@ export function TextEditor({ {...dropZoneProps} onKeyDownCapture={handleKeyDown} > -
+
{/* No padding here: the editor's own scroll box hosts the slash menu, so we pad inside the editor (ProseMirror) instead. That keeps the menu's clipping bounds the full card rather than the inset box. */} @@ -198,7 +198,7 @@ export function TextEditor({
diff --git a/js/desktop/src/features/particles/text-particle-view.tsx b/js/desktop/src/features/particles/text-particle-view.tsx index 109f0f3..1f79704 100644 --- a/js/desktop/src/features/particles/text-particle-view.tsx +++ b/js/desktop/src/features/particles/text-particle-view.tsx @@ -195,8 +195,9 @@ export function TextParticleView({