We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb8205 commit 0c6ecb6Copy full SHA for 0c6ecb6
src/plots/cartesian/graph_interact.js
@@ -2032,11 +2032,6 @@ fx.dragElement = function(options) {
2032
if(!gd._mouseDownTime) gd._mouseDownTime = 0;
2033
2034
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
-
2040
// make dragging and dragged into properties of gd
2041
// so that others can look at and modify them
2042
gd._dragged = false;
0 commit comments