Skip to content

Commit

Permalink
chore(client): unbuild v5.5.1 workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Nov 21, 2022
1 parent 098e124 commit c02d6d5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions client/src/app/tabs/bpmn/modeler/BpmnModeler.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ import handToolOnSpaceModule from './features/hand-tool-on-space';
import propertiesPanelKeyboardBindingsModule from './features/properties-panel-keyboard-bindings';
import lintingAnnotationsModule from '@camunda/linting/modeler';

import {
CamundaPlatformPropertiesProviderModule as platformPropertiesProviderModule
} from 'bpmn-js-properties-panel';

import Flags, { DISABLE_ADJUST_ORIGIN } from '../../../../util/Flags';


Expand Down Expand Up @@ -52,10 +48,7 @@ const extensionModules = [
globalClipboardModule,
handToolOnSpaceModule,
propertiesPanelKeyboardBindingsModule,
lintingAnnotationsModule,

// TODO(nikku): remove this temporary fix to https://github.com/camunda/camunda-modeler/issues/3303
platformPropertiesProviderModule
lintingAnnotationsModule
];

PlatformBpmnModeler.prototype._modules = [
Expand Down

0 comments on commit c02d6d5

Please sign in to comment.