chore: code style

This commit is contained in:
Philipp 2022-02-10 14:21:29 +01:00
parent 390031a7c3
commit 8d6e5954fa
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import { getDi } from '../../../util/ModelUtil';
export default function RemoveEmbeddedLabelBoundsBehavior(eventBus, modeling) {
CommandInterceptor.call(this, eventBus);
this.preExecute(['shape.resize'], function(context) {
this.preExecute('shape.resize', function(context) {
var shape = context.shape;
var di = getDi(shape),