mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04: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