fix(split): only trigger focusOnDetail when necessary

This commit is contained in:
SiriusXT
2025-11-28 19:42:04 +08:00
parent 210dcfb989
commit 407cac588a
3 changed files with 7 additions and 5 deletions

View File

@@ -487,7 +487,7 @@ type EventMappings = {
relationMapResetPanZoom: { ntxId: string | null | undefined };
relationMapResetZoomIn: { ntxId: string | null | undefined };
relationMapResetZoomOut: { ntxId: string | null | undefined };
activeNoteChanged: {};
activeNoteChanged: {ntxId: string | null | undefined};
showAddLinkDialog: AddLinkOpts;
showIncludeDialog: IncludeNoteOpts;
openBulkActionsDialog: {