This commit is contained in:
Corey Johnson 2012-03-07 11:42:25 -08:00
parent c258c2847e
commit 3a6b3e6650
2 changed files with 2 additions and 3 deletions

View File

@ -234,8 +234,8 @@ class Editor extends View
@_setMaxLineLength = => @setMaxLineLength()
$(window).on 'resize', @_setMaxLineLength
else
$(window).off 'resize', @_setMaxLineLength
@removeClass 'soft-wrap'
$(window).off 'resize', @_setMaxLineLength
clipScreenPosition: (screenPosition, options={}) ->

View File

@ -6,8 +6,8 @@
background: #333;
color: white;
cursor: default;
overflow-y: scroll;
overflow-x: auto;
-webkit-user-select: none;
}
@ -36,7 +36,6 @@
width: -webkit-flex(1);
position: relative;
}
.editor .line {