mirror of
https://github.com/atom/atom.git
synced 2026-02-08 21:55:05 -05:00
WIP: Handle changes that aren't affected by wrapping
This commit is contained in:
@@ -11,6 +11,7 @@ class LineWrapper
|
||||
@buildWrappedLines()
|
||||
@highlighter.on 'change', (e) =>
|
||||
@wrappedLines[e.oldRange.start.row] = @buildWrappedLineForBufferRow(e.newRange.start.row)
|
||||
@trigger 'change', e
|
||||
|
||||
setMaxLength: (@maxLength) ->
|
||||
@buildWrappedLines()
|
||||
|
||||
Reference in New Issue
Block a user