parent
c7da579f83
commit
46c0744609
|
@ -220,7 +220,8 @@ Viewer.prototype.on = function(event, handler) {
|
||||||
|
|
||||||
// modules that comprise the bpmn viewer
|
// modules that comprise the bpmn viewer
|
||||||
Viewer.prototype._modules = [
|
Viewer.prototype._modules = [
|
||||||
require('./core')
|
require('./core'),
|
||||||
|
require('diagram-js/lib/features/selection')
|
||||||
];
|
];
|
||||||
|
|
||||||
module.exports = Viewer;
|
module.exports = Viewer;
|
||||||
|
|
Loading…
Reference in New Issue