diff --git a/src/app/editor.coffee b/src/app/editor.coffee index 5107cdfa9..a5ce20265 100644 --- a/src/app/editor.coffee +++ b/src/app/editor.coffee @@ -733,8 +733,7 @@ class Editor extends View if @isOnDom() @redraw() else - @redrawOnReattach = true - + @redrawOnReattach = @attached getFontSize: -> parseInt(@css("font-size"))