diff --git a/web/src/components/MemoEditor/Editor/SlashCommands.tsx b/web/src/components/MemoEditor/Editor/SlashCommands.tsx index b00bbd008..d1ab6c12d 100644 --- a/web/src/components/MemoEditor/Editor/SlashCommands.tsx +++ b/web/src/components/MemoEditor/Editor/SlashCommands.tsx @@ -33,7 +33,7 @@ const SlashCommands = ({ editorRef, editorActions, commands }: SlashCommandsProp onItemSelect={handleItemSelect} getItemKey={(cmd) => cmd.name} renderItem={(cmd) => ( - + / {cmd.name} diff --git a/web/src/components/MemoEditor/components/AttachmentList.tsx b/web/src/components/MemoEditor/components/AttachmentList.tsx index 4aa6d1716..dda1d3bd0 100644 --- a/web/src/components/MemoEditor/components/AttachmentList.tsx +++ b/web/src/components/MemoEditor/components/AttachmentList.tsx @@ -27,7 +27,7 @@ const AttachmentItemCard: FC<{ return (
-
+
{category === "image" && thumbnailUrl ? ( ) : ( @@ -36,7 +36,7 @@ const AttachmentItemCard: FC<{
- + {filename} @@ -51,7 +51,7 @@ const AttachmentItemCard: FC<{
-
+
{onMoveUp && (