chore(layout): revert work on floating panel

This commit is contained in:
Elian Doran
2025-12-09 19:07:50 +02:00
parent 9445e64c2e
commit 28bb4edbac
8 changed files with 34 additions and 79 deletions

View File

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