Update JIT.js
This commit is contained in:
parent
4e506ad290
commit
a37f60060c
1 changed files with 0 additions and 1 deletions
|
@ -888,7 +888,6 @@ const JIT = {
|
|||
var myY = e.clientY - 30
|
||||
$('#new_topic').css('left', myX + 'px')
|
||||
$('#new_topic').css('top', myY + 'px')
|
||||
$('#new_topic').attr('oncontextmenu','return false') //prevents the mouse up event from opening the default context menu on this element
|
||||
Create.newTopic.x = eventInfo.getPos().x
|
||||
Create.newTopic.y = eventInfo.getPos().y
|
||||
Visualize.mGraph.plot()
|
||||
|
|
Loading…
Reference in a new issue