perf: memo GridCard, fuse save fns, fix slash tab active color
This commit is contained in:
@@ -15,6 +15,7 @@ export type NoteCollectionActions = {
|
||||
onMoveToNotebook?: (note: Note, notebookId: string | null) => void | Promise<void>
|
||||
onNotePatch?: (noteId: string, patch: Partial<Note>) => void
|
||||
onNoteIllustrationGenerated?: (noteId: string) => void | Promise<void>
|
||||
onNoteIllustrationDeleted?: (noteId: string) => void | Promise<void>
|
||||
}
|
||||
|
||||
export function emitNoteChange(detail: NoteChangeEvent) {
|
||||
|
||||
Reference in New Issue
Block a user