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 b9ec43e commit 553eac2Copy full SHA for 553eac2
app/code/Magento/Ui/view/base/web/js/dynamic-rows/dnd.js
@@ -109,7 +109,7 @@ define([
109
* @param {Object} data - element data
110
*/
111
initListeners: function (elem, data) {
112
- $(elem).on('mousedown touchstart', this.mousedownHandler.on(this, data, elem));
+ $(elem).on('mousedown touchstart', this.mousedownHandler.bind(this, data, elem));
113
},
114
115
/**
0 commit comments