mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
Merge remote-tracking branch 'origin/main' into react/type_widgets
; Conflicts: ; apps/client/src/layouts/desktop_layout.tsx ; apps/client/src/layouts/mobile_layout.tsx ; apps/client/src/widgets/note_detail.ts ; apps/client/src/widgets/react/hooks.tsx
This commit is contained in:
@@ -495,6 +495,10 @@ type EventMappings = {
|
||||
noteIds: string[];
|
||||
};
|
||||
refreshData: { ntxId: string | null | undefined };
|
||||
contentSafeMarginChanged: {
|
||||
top: number;
|
||||
noteContext: NoteContext;
|
||||
}
|
||||
};
|
||||
|
||||
export type EventListener<T extends EventNames> = {
|
||||
|
||||
Reference in New Issue
Block a user