Handle changing ::lineHeight in TextEditorPresenter

This commit is contained in:
Nathan Sobo
2015-01-19 11:44:31 -07:00
parent 9c2ed478cd
commit 5a2bbc945b
2 changed files with 43 additions and 0 deletions

View File

@@ -51,3 +51,6 @@ class TextEditorPresenter
setClientHeight: (@clientHeight) ->
@updateLinesState()
setLineHeight: (@lineHeight) ->
@updateLinesState()