diff --git a/src/components/editor/Editor.tsx b/src/components/editor/Editor.tsx index 51a8ca9..021c113 100644 --- a/src/components/editor/Editor.tsx +++ b/src/components/editor/Editor.tsx @@ -350,7 +350,7 @@ export function Editor() { return (
{/* Title row */} -
+
{/* Tag row */} -
+
{activeNote.tags.map(tag => ( -
+
{slashOpen && filteredSlash.length > 0 && (