🐛 Update cursors after model changes

/cc: @nathansobo
This commit is contained in:
Antonio Scandurra
2015-05-29 15:21:00 +02:00
parent b4dfb2a31b
commit 9b4d62b687
2 changed files with 14 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ class TextEditorPresenter
@shouldUpdateScrollbarsState = true
@shouldUpdateContentState = true
@shouldUpdateDecorations = true
@shouldUpdateCursorsState = true
@shouldUpdateTilesState = true
@shouldUpdateLineNumberGutterState = true
@shouldUpdateLineNumbersState = true