mirror of
https://github.com/mathuo/dockview
synced 2025-07-26 03:46:02 +00:00
bug: fix event that should be replayEvent
This commit is contained in:
parent
b3827ff450
commit
5ca156f8ae
@ -325,7 +325,7 @@ export class DockviewComponent
|
||||
|
||||
private readonly _onDidActivePanelChange = new Emitter<
|
||||
IDockviewPanel | undefined
|
||||
>();
|
||||
>({ replay: true });
|
||||
readonly onDidActivePanelChange: Event<IDockviewPanel | undefined> =
|
||||
this._onDidActivePanelChange.event;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user