bug: fix event that should be replayEvent

This commit is contained in:
mathuo 2025-06-05 18:13:57 +01:00
parent b3827ff450
commit 5ca156f8ae
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -325,7 +325,7 @@ export class DockviewComponent
private readonly _onDidActivePanelChange = new Emitter<
IDockviewPanel | undefined
>();
>({ replay: true });
readonly onDidActivePanelChange: Event<IDockviewPanel | undefined> =
this._onDidActivePanelChange.event;