Issue #2499605 by davidum, hchonov: tabledrag is adding tabledrag-handle twice for nested tables
parent
ec03242ba3
commit
962d0c37f2
|
@ -457,7 +457,7 @@
|
|||
self.indentCount = Math.max($item.find('.js-indentation').length, self.indentCount);
|
||||
}
|
||||
else {
|
||||
$item.find('td:first-of-type').prepend(handle);
|
||||
$item.find('td').eq(0).prepend(handle);
|
||||
}
|
||||
|
||||
if (Modernizr.touch) {
|
||||
|
|
Loading…
Reference in New Issue