From a37f60060c2bdac219a025234ffbdefcf1b6a2b5 Mon Sep 17 00:00:00 2001 From: Robert Best Date: Wed, 28 Sep 2016 15:31:08 -0400 Subject: [PATCH] Update JIT.js --- frontend/src/Metamaps/JIT.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/Metamaps/JIT.js b/frontend/src/Metamaps/JIT.js index 519bffd4..54ec74b1 100644 --- a/frontend/src/Metamaps/JIT.js +++ b/frontend/src/Metamaps/JIT.js @@ -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()