Skip to content

Commit 482f2ba

Browse files
committed
1 parent e1b2cd8 commit 482f2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/common/editor/editorGroupModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ export class EditorGroupModel extends Disposable {
744744
const event: IGroupEditorChangeEvent = {
745745
kind: GroupModelChangeKind.EDITOR_STICKY,
746746
editor,
747-
editorIndex
747+
editorIndex: this.sticky
748748
};
749749
this._onDidModelChange.fire(event);
750750
}

0 commit comments

Comments
 (0)