Skip to content

Commit b58f78d

Browse files
Portugalmportuga
authored andcommitted
fix: 🐛 fixing firefox number edit
Adding line provided by waclaw66 to set focus outside of timeout for firefox number edit Closes: #6953
1 parent f7d48ee commit b58f78d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/edit/src/js/gridEdit.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -976,6 +976,9 @@
976976
}
977977
});
978978

979+
if ($elm[0]) {
980+
$elm[0].focus();
981+
}
979982
$elm.on('blur', $scope.stopEdit);
980983
});
981984

0 commit comments

Comments
 (0)