Add no-op method

This commit is contained in:
Nathan Sobo
2017-04-08 13:59:43 -06:00
parent 2e066120bd
commit e8409aeee7

View File

@@ -37,6 +37,10 @@ module.exports = class WorkspaceCenter {
return 'center'
}
setDraggingItem () {
// No-op
}
/*
Section: Event Subscription
*/