mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Invisibles will be set in a call to updateInvisibles()
This commit is contained in:
@@ -84,7 +84,6 @@ class TextEditor extends Model
|
||||
@cursors = []
|
||||
@selections = []
|
||||
|
||||
@displayBuffer?.setInvisibles(invisibles)
|
||||
@displayBuffer ?= new DisplayBuffer({buffer, tabLength, softWrapped})
|
||||
@buffer = @displayBuffer.buffer
|
||||
@softTabs = @usesSoftTabs() ? @softTabs ? atom.config.get('editor.softTabs') ? true
|
||||
|
||||
Reference in New Issue
Block a user