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 8ad0972 commit fcca934Copy full SHA for fcca934
app/code/Magento/Ui/view/base/web/js/dynamic-rows/dnd.js
@@ -126,7 +126,7 @@ define([
126
$table = $(elem).parents('table').eq(0),
127
$tableWrapper = $table.parent(),
128
outerHight =
129
- $table.children('thead').outerHeight() === undefined ? 0 : $table.children('thead').outerHeight();
+ $table.children('thead').outerHeight() === undefined ? 0 : $table.children('thead').outerHeight();
130
131
this.disableScroll();
132
$(recordNode).addClass(this.draggableElementClass);
0 commit comments