mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 18:24:09 +03:00
💄
This commit is contained in:
parent
c258c2847e
commit
3a6b3e6650
@ -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={}) ->
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user