Files
Philipp 16498a8859 feat(space-tool): add BPMN space tool
* do not resize text annotations

Related to camunda/camunda-modeler#1371
2022-11-02 09:59:40 +01:00

8 lines
207 B
JavaScript

import SpaceToolModule from 'diagram-js/lib/features/space-tool';
import BpmnSpaceTool from './BpmnSpaceTool';
export default {
__depends__: [ SpaceToolModule ],
spaceTool: [ 'type', BpmnSpaceTool ]
};