Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
seb1k authored May 1, 2022
1 parent 34b6d57 commit f1b3590
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/js/networkmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -10548,7 +10548,6 @@ networkMap.extend(networkMap.LinkPath, {

// TODO: This is temporary code to test a feature
this.getLink().drawEdgeHandles();


this.mediator.publish('edit', [new networkMap.event.Configuration({
deletable: true,
Expand All @@ -10569,6 +10568,8 @@ networkMap.extend(networkMap.LinkPath, {
type: 'link',
targetName: this.properties.get('name')
})]);

link_selected = this.getLink();
}
},

Expand Down Expand Up @@ -11912,7 +11913,6 @@ networkMap.extend(networkMap.Link.Module.Settings, {
}.bind(this));
}.bind(this);

link_selected = link;

container.wrapper.insertAdjacentHTML('beforeend',"<div id='simple_menu_html'>"+simple_menu_html(link)+"</div>")

Expand Down Expand Up @@ -12230,7 +12230,7 @@ networkMap.extend(networkMap.Link.Module.Edge, {

onDragEnd: function(){

setTimeout(function() { ondrag_circle=false; }, 100) // Debug when mousedown outside circle
setTimeout(function() { ondrag_circle=false; }, 10) // Debug when mousedown outside circle


// DEBUG POINTER (recenter pointer to the middle of the node)
Expand Down

0 comments on commit f1b3590

Please sign in to comment.