fix(draw): remove override priority
This commit is contained in:
parent
baab4c6039
commit
bc1afe16d6
|
@ -31,7 +31,7 @@ var LABEL_STYLE = {
|
|||
|
||||
function BpmnRenderer(eventBus, styles, pathMap) {
|
||||
|
||||
BaseRenderer.call(this, eventBus, 1500);
|
||||
BaseRenderer.call(this, eventBus);
|
||||
|
||||
var textUtil = new TextUtil({
|
||||
style: LABEL_STYLE,
|
||||
|
|
Loading…
Reference in New Issue