Skip to content

Commit

Permalink
fix: label text visible while editing
Browse files Browse the repository at this point in the history
  • Loading branch information
abdul99ahad authored and nikku committed Sep 9, 2024
1 parent 392f484 commit 988cb29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/features/label-editing/LabelEditingPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ export default function LabelEditingPreview(eventBus, canvas, pathMap) {
} else if (is(element, 'bpmn:Task') ||
is(element, 'bpmn:CallActivity') ||
is(element, 'bpmn:SubProcess') ||
is(element, 'bpmn:Participant')) {
is(element, 'bpmn:Participant') ||
is(element, 'bpmn:Lane')) {
canvas.addMarker(element, MARKER_LABEL_HIDDEN);
}
});
Expand Down

0 comments on commit 988cb29

Please sign in to comment.