mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Add no-op method
This commit is contained in:
@@ -37,6 +37,10 @@ module.exports = class WorkspaceCenter {
|
||||
return 'center'
|
||||
}
|
||||
|
||||
setDraggingItem () {
|
||||
// No-op
|
||||
}
|
||||
|
||||
/*
|
||||
Section: Event Subscription
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user