Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c6ecb6

Browse files
committed
Remove unused artifact code
1 parent bbb8205 commit 0c6ecb6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/plots/cartesian/graph_interact.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2032,11 +2032,6 @@ fx.dragElement = function(options) {
20322032
if(!gd._mouseDownTime) gd._mouseDownTime = 0;
20332033

20342034
function onStart(e) {
2035-
// because we cancel event bubbling,
2036-
// explicitly trigger input blur event.
2037-
var inputBox = document.querySelector('.plugin-editable');
2038-
if(inputBox) d3.select(inputBox).on('blur').call(inputBox);
2039-
20402035
// make dragging and dragged into properties of gd
20412036
// so that others can look at and modify them
20422037
gd._dragged = false;

0 commit comments

Comments
 (0)