diff --git a/lib/features/modeling/behavior/LayoutConnectionBehavior.js b/lib/features/modeling/behavior/LayoutConnectionBehavior.js index b43d5523..0963fb38 100644 --- a/lib/features/modeling/behavior/LayoutConnectionBehavior.js +++ b/lib/features/modeling/behavior/LayoutConnectionBehavior.js @@ -2,7 +2,7 @@ import { assign } from 'min-dash'; -import inherits from 'inherits'; +import inherits from 'inherits-browser'; import CommandInterceptor from 'diagram-js/lib/command/CommandInterceptor';