Fix switched link position

This commit is contained in:
barsdeveloper
2025-01-25 14:52:54 +02:00
parent 1d9a88125e
commit 41988b1599
7 changed files with 17 additions and 37 deletions

View File

@@ -59,9 +59,6 @@ export default class KnotNodeTemplate extends NodeTemplate {
return result
}
linksChanged() {
}
checkSwtichDirectionsVisually() {
let leftPinsLocation = 0
let leftPinsCount = 0

View File

@@ -169,8 +169,6 @@ export default class NodeTemplate extends ISelectableDraggableTemplate {
.map(pinEntity => this.createPinElement(pinEntity))
}
linksChanged() { }
/** All the link connected to this node */
getAllConnectedLinks() {
const nodeTitle = this.element.nodeTitle