mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Fix dock dragging
This commit is contained in:
@@ -5,6 +5,7 @@ const PaneContainer = require('./pane-container')
|
||||
|
||||
module.exports = class WorkspaceCenter {
|
||||
constructor (params) {
|
||||
params.location = 'center'
|
||||
this.paneContainer = new PaneContainer(params)
|
||||
this.didActivate = params.didActivate
|
||||
this.paneContainer.onDidActivatePane(() => this.didActivate(this))
|
||||
|
||||
Reference in New Issue
Block a user