mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-26 00:39:58 +00:00
fix(modeling): add type hint
This commit is contained in:
parent
483a607631
commit
c1cc210434
@ -34,3 +34,5 @@ export default function SpaceToolBehavior(eventBus) {
|
|||||||
return minDimensions;
|
return minDimensions;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SpaceToolBehavior.$inject = [ 'eventBus' ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user