Skip to content

Commit

Permalink
deps: integrate feel popup tracking
Browse files Browse the repository at this point in the history
closes #4004
  • Loading branch information
marstamm committed Jan 29, 2024
1 parent b0706b0 commit b820fe6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"bpmn-js": "^16.3.1",
"bpmn-js-element-templates": "^1.10.0",
"bpmn-js-properties-panel": "^5.7.0",
"bpmn-js-tracking": "^0.3.3",
"bpmn-js-tracking": "^0.4.0",
"bpmn-moddle": "^8.1.0",
"camunda-bpmn-js": "^3.12.1",
"camunda-bpmn-moddle": "^7.0.1",
Expand Down
2 changes: 2 additions & 0 deletions client/src/app/tabs/cloud-bpmn/modeler/BpmnModeler.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import { BpmnJSTracking as bpmnJSTracking } from 'bpmn-js-tracking';

import contextPadTracking from 'bpmn-js-tracking/lib/features/context-pad';
import elementTemplates from 'bpmn-js-tracking/lib/features/element-templates';
import feelPopupTracking from 'bpmn-js-tracking/lib/features/feel-popup';
import modelingTracking from 'bpmn-js-tracking/lib/features/modeling';
import popupMenuTracking from 'bpmn-js-tracking/lib/features/popup-menu';
import paletteTracking from 'bpmn-js-tracking/lib/features/palette';
Expand Down Expand Up @@ -61,6 +62,7 @@ CloudBpmnModeler.prototype._modules = [
bpmnJSTracking,
contextPadTracking,
elementTemplates,
feelPopupTracking,
modelingTracking,
popupMenuTracking,
paletteTracking
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b820fe6

Please sign in to comment.