diff --git a/src/workspace-center.js b/src/workspace-center.js index 91d200f38..dc2994ac2 100644 --- a/src/workspace-center.js +++ b/src/workspace-center.js @@ -37,6 +37,10 @@ module.exports = class WorkspaceCenter { return 'center' } + setDraggingItem () { + // No-op + } + /* Section: Event Subscription */