The contents of atom-text-editor elements are no longer encapsulated
within a shadow DOM boundary. Please, stop using rootElement and access
the editor contents directly instead.
HTMLElement.rootElement (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor-element.js:23:10)
getElementsByClass (/Users/tupy/.atom/packages/ide-flow/lib/utils.coffee:52:17)
new EditorControl (/Users/tupy/.atom/packages/ide-flow/lib/editor-control.coffee:24:23)
<unknown> (/Users/tupy/.atom/packages/ide-flow/lib/plugin-manager.coffee:17:46)
Workspace.observeTextEditors (<embedded>:11:428231)
new PluginManager (/Users/tupy/.atom/packages/ide-flow/lib/plugin-manager.coffee:13:49)
The contents of
atom-text-editor
elements are no longer encapsulated within a shadow DOM boundary. Please, stop usingrootElement
and access the editor contents directly instead.