We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b2cd8 commit 482f2baCopy full SHA for 482f2ba
src/vs/workbench/common/editor/editorGroupModel.ts
@@ -744,7 +744,7 @@ export class EditorGroupModel extends Disposable {
744
const event: IGroupEditorChangeEvent = {
745
kind: GroupModelChangeKind.EDITOR_STICKY,
746
editor,
747
- editorIndex
+ editorIndex: this.sticky
748
};
749
this._onDidModelChange.fire(event);
750
}
0 commit comments