File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Ui/view/base/web/js/dynamic-rows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ define([
136
136
drEl . instanceCtx = this . getRecord ( originRecord [ 0 ] ) ;
137
137
drEl . eventMousedownY = isTouchDevice ? event . originalEvent . touches [ 0 ] . pageY : event . pageY ;
138
138
drEl . minYpos =
139
- $table . offset ( ) . top - originRecord . offset ( ) . top + $table . find ( 'thead' ) . outerHeight ( ) ;
140
- drEl . maxYpos = drEl . minYpos + $table . find ( 'tbody' ) . outerHeight ( ) - originRecord . outerHeight ( ) ;
139
+ $table . offset ( ) . top - originRecord . offset ( ) . top + $table . children ( 'thead' ) . outerHeight ( ) ;
140
+ drEl . maxYpos = drEl . minYpos + $table . children ( 'tbody' ) . outerHeight ( ) - originRecord . outerHeight ( ) ;
141
141
$tableWrapper . append ( recordNode ) ;
142
142
143
143
if ( isTouchDevice ) {
You can’t perform that action at this time.
0 commit comments