Skip to content

Commit 8ab625c

Browse files
Merge pull request #13 from philips-emr/rmfocus
fix: remove focussink.focus call
2 parents 36d7640 + f9d93fd commit 8ab625c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

slick.grid.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3934,11 +3934,11 @@
39343934
}
39353935

39363936
function setFocus() {
3937-
if (tabbingDirection == -1) {
3938-
$focusSink[0].focus();
3939-
} else {
3940-
$focusSink2[0].focus();
3941-
}
3937+
// if (tabbingDirection == -1) {
3938+
// $focusSink[0].focus();
3939+
// } else {
3940+
// $focusSink2[0].focus();
3941+
// }
39423942
}
39433943

39443944
function scrollCellIntoView(row, cell, doPaging) {

0 commit comments

Comments
 (0)