Skip to content

Commit

Permalink
Merge branch 'master' into remove_obsolete_mouseencodings
Browse files Browse the repository at this point in the history
  • Loading branch information
jerch authored Oct 25, 2019
2 parents 21c3b32 + 7487d61 commit 6f8919a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/buffer/Marker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export class Marker extends Disposable implements IMarker {
return;
}
this.isDisposed = true;
this.line = -1;
// Emit before super.dispose such that dispose listeners get a change to react
this._onDispose.fire();
}
Expand Down

0 comments on commit 6f8919a

Please sign in to comment.