Skip to content

Commit d83db01

Browse files
committed
There is no 'isSelf' for Creation.
This was copied from Interaction.vue.
1 parent 2a5a22f commit d83db01

File tree

1 file changed

+0
-4
lines changed
  • src/components/DiagramFrame/SeqDiagram/MessageLayer/Block/Statement/Creation

1 file changed

+0
-4
lines changed

src/components/DiagramFrame/SeqDiagram/MessageLayer/Block/Statement/Creation/Creation.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ export default {
8888
return this.context.creation();
8989
},
9090
interactionWidth() {
91-
if (this.context && this.isSelf) {
92-
return 0;
93-
}
94-
9591
let safeOffset = this.selfCallIndent || 0;
9692
return Math.abs(this.distance2(this.from, this.to) - safeOffset) - 1;
9793
},

0 commit comments

Comments
 (0)