Skip to content

Commit

Permalink
chore: remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
polyrainbow committed Jun 10, 2024
1 parent 6fee7de commit 9090409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hooks/useActiveNote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ export default (
files: [],
};
setActiveNote(newActiveNote);
// For now, we let the system suggest the slug for imported notes.
// TODO: Could be improved in the future.
// If the user does not change the slug input, we let the app
// suggest the slug of an imported note.
setSlugInput("");
setUnsavedChanges(true);
noteContentRef.current = parsedNote.content;
Expand Down

0 comments on commit 9090409

Please sign in to comment.