mirror of
https://github.com/mathuo/dockview
synced 2025-07-29 21:36: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<
|
private readonly _onDidActivePanelChange = new Emitter<
|
||||||
IDockviewPanel | undefined
|
IDockviewPanel | undefined
|
||||||
>();
|
>({ replay: true });
|
||||||
readonly onDidActivePanelChange: Event<IDockviewPanel | undefined> =
|
readonly onDidActivePanelChange: Event<IDockviewPanel | undefined> =
|
||||||
this._onDidActivePanelChange.event;
|
this._onDidActivePanelChange.event;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user