Skip to content

Commit

Permalink
remove propagation to bpmnrenderer (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaviniaStiliadou authored Dec 18, 2023
1 parent d3717a0 commit 36068d1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -424,9 +424,6 @@ export default class QuantMERenderer extends BpmnRenderer {
/* jshint -W040 */
return h(this, parentNode, element);
}

// use parent class for all non QuantME elements
return super.drawShape(parentNode, element);
}
}

Expand Down

0 comments on commit 36068d1

Please sign in to comment.