|
@@ -839,7 +839,7 @@ function newRow(_tr) {
|
|
|
|
|
|
function createAndMoveToNextRowInput(_td) {
|
|
|
let tr = createRowAfter(_td.closest('tr'));
|
|
|
- tr.find('td:eq(0)').find('input, textarea').first().focus();
|
|
|
+ tr.find('input, textarea').first().focus();
|
|
|
}
|
|
|
|
|
|
function moveToNextRowInput(_td, _forceCreate = false) {
|