Skip to content

Commit

Permalink
feat: remove selection outline
Browse files Browse the repository at this point in the history
  • Loading branch information
smbea committed Oct 23, 2023
1 parent afaa736 commit 89cf76d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lib/features/outline/Outline.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,6 @@ export default function Outline(eventBus, styles) {
self.updateShapeOutline(outline, element);
});

eventBus.on([ 'connection.added', 'connection.changed' ], function(event) {
var element = event.element,
gfx = event.gfx;

var outline = domQuery('.djs-outline', gfx);

if (!outline) {
outline = createOutline(gfx, element);
}

self.updateConnectionOutline(outline, element);
});
}


Expand Down

0 comments on commit 89cf76d

Please sign in to comment.