mirror of
https://github.com/atom/atom.git
synced 2026-02-14 08:35:11 -05:00
Get rid of .underlayer
/cc: @nathansobo
This commit is contained in:
@@ -12,11 +12,6 @@ class HighlightsComponent
|
||||
@domNode = document.createElement('div')
|
||||
@domNode.classList.add('highlights')
|
||||
|
||||
if atom.config.get('editor.useShadowDOM')
|
||||
insertionPoint = document.createElement('content')
|
||||
insertionPoint.setAttribute('select', '.underlayer')
|
||||
@domNode.appendChild(insertionPoint)
|
||||
|
||||
getDomNode: ->
|
||||
@domNode
|
||||
|
||||
|
||||
Reference in New Issue
Block a user