mirror of
https://github.com/atom/atom.git
synced 2026-02-07 21:25:05 -05:00
Drop attach/remove hook support for legacy SpacePen views
This commit is contained in:
@@ -3,7 +3,6 @@ path = require 'path'
|
||||
{Disposable, CompositeDisposable} = require 'event-kit'
|
||||
Grim = require 'grim'
|
||||
scrollbarStyle = require 'scrollbar-style'
|
||||
{callAttachHooks} = require 'space-pen'
|
||||
|
||||
module.exports =
|
||||
class WorkspaceElement extends HTMLElement
|
||||
@@ -16,7 +15,6 @@ class WorkspaceElement extends HTMLElement
|
||||
@observeTextEditorFontConfig()
|
||||
|
||||
attachedCallback: ->
|
||||
callAttachHooks(this) if Grim.includeDeprecatedAPIs
|
||||
@focus()
|
||||
|
||||
detachedCallback: ->
|
||||
|
||||
Reference in New Issue
Block a user