diff options
| author | Mahesh Sanikommmu <[email protected]> | 2025-10-10 18:36:25 -0700 |
|---|---|---|
| committer | Mahesh Sanikommmu <[email protected]> | 2025-10-10 18:36:25 -0700 |
| commit | 80ae5b9fb6dc18ab91b4b2161a5803a57394a182 (patch) | |
| tree | 08aa7c27bec5ebebc308e3753439eb4ad82a4472 | |
| parent | improve Add Memory dialog UX and dark/light mode consistency (diff) | |
| download | archived-supermemory-80ae5b9fb6dc18ab91b4b2161a5803a57394a182.tar.xz archived-supermemory-80ae5b9fb6dc18ab91b4b2161a5803a57394a182.zip | |
removed unneccasary comments
| -rw-r--r-- | apps/web/components/views/add-memory/text-editor.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/web/components/views/add-memory/text-editor.tsx b/apps/web/components/views/add-memory/text-editor.tsx index ad0e86e4..e9577142 100644 --- a/apps/web/components/views/add-memory/text-editor.tsx +++ b/apps/web/components/views/add-memory/text-editor.tsx @@ -91,7 +91,6 @@ interface TextEditorProps { placeholder?: string; disabled?: boolean; className?: string; - /** Optional container classes when rendering editor inside a panel */ containerClassName?: string; } |