mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Add feature flag to detect logical display buffer
This commit is contained in:
@@ -15,6 +15,7 @@ class TextEditorElement extends HTMLElement
|
||||
tileSize: null
|
||||
focusOnAttach: false
|
||||
hasTiledRendering: true
|
||||
logicalDisplayBuffer: true
|
||||
|
||||
createdCallback: ->
|
||||
@emitter = new Emitter
|
||||
|
||||
Reference in New Issue
Block a user