BPMN view: remove radio buttons
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { defineStore } from 'pinia';
|
||||
import AllMapData from '@/stores/allMapData.js';
|
||||
import { INSIGHTS_FIELDS_AND_LABELS } from '@/constants/constants';
|
||||
import cytoscape, { EdgeSingular, NodeSingular } from 'cytoscape';
|
||||
import ImgCapsuleGlow1 from '@/assets/capsule1-glow.svg';
|
||||
import ImgCapsuleGlow2 from '@/assets/capsule2-glow.svg';
|
||||
import ImgCapsuleGlow3 from '@/assets/capsule3-glow.svg';
|
||||
@@ -26,6 +25,7 @@ export default defineStore('useMapPathStore', {
|
||||
activeTrace: 0,
|
||||
activeListIndex: 0,
|
||||
lastClickedNode: null,
|
||||
isBPMNOn: false,
|
||||
}),
|
||||
actions: {
|
||||
setCytoscape(cytoscape) {
|
||||
@@ -182,5 +182,8 @@ export default defineStore('useMapPathStore', {
|
||||
|
||||
clickedEdge.addClass('highlight-edge');
|
||||
},
|
||||
setIsBPMNOn(isOn: boolean) {
|
||||
this.isBPMNOn = isOn;
|
||||
}
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user