fix(client/layout): content header height not properly resized when switching notes

This commit is contained in:
Elian Doran
2025-12-09 11:26:15 +02:00
parent 5770222304
commit bfcf85e0d2
3 changed files with 7 additions and 24 deletions

View File

@@ -498,10 +498,6 @@ type EventMappings = {
noteIds: string[];
};
refreshData: { ntxId: string | null | undefined };
contentSafeMarginChanged: {
top: number;
noteContext: NoteContext;
}
};
export type EventListener<T extends EventNames> = {