Skip to content

Commit

Permalink
Fixes #50296
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed May 30, 2018
1 parent ebff39f commit f1a0765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/editor/common/viewModel/viewModelImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ export class ViewModel extends viewEvents.ViewEventEmitter implements IViewModel
eventsCollector.emit(new viewEvents.ViewDecorationsChangedEvent());
this.decorations.onLineMappingChanged();
this.viewLayout.onFlushed(this.getLineCount());
this.viewLayout.onHeightMaybeChanged();
}
} finally {
this._endEmit();
Expand Down

0 comments on commit f1a0765

Please sign in to comment.