Handle changing ::clientHeight in TextEditorPresenter

This commit is contained in:
Nathan Sobo
2015-01-19 11:37:17 -07:00
parent 880e1ce1f0
commit 9c2ed478cd
2 changed files with 46 additions and 0 deletions

View File

@@ -48,3 +48,6 @@ class TextEditorPresenter
setScrollTop: (@scrollTop) ->
@updateLinesState()
setClientHeight: (@clientHeight) ->
@updateLinesState()