Skip to content

Commit fcca934

Browse files
abukatarthiaramus
andauthored
Update app/code/Magento/Ui/view/base/web/js/dynamic-rows/dnd.js
Co-authored-by: Thiaramus <[email protected]>
1 parent 8ad0972 commit fcca934

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/dynamic-rows

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/dynamic-rows/dnd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ define([
126126
$table = $(elem).parents('table').eq(0),
127127
$tableWrapper = $table.parent(),
128128
outerHight =
129-
$table.children('thead').outerHeight() === undefined ? 0 : $table.children('thead').outerHeight();
129+
$table.children('thead').outerHeight() === undefined ? 0 : $table.children('thead').outerHeight();
130130

131131
this.disableScroll();
132132
$(recordNode).addClass(this.draggableElementClass);

0 commit comments

Comments
 (0)