grep-components 1.22.0-GREPF-822.2 → 1.22.0-GREPF-822.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -21808,7 +21808,7 @@ var GrepTableOfContentNav = function (props) {
|
|
|
21808
21808
|
});
|
|
21809
21809
|
}, [ref]);
|
|
21810
21810
|
var onKeyDown = function (e) {
|
|
21811
|
-
if (selected && e.which === Key_enum.Key.Tab) {
|
|
21811
|
+
if (selected && e.which === Key_enum.Key.Tab && e.shiftKey === false) {
|
|
21812
21812
|
var tabindex_1 = selected.getAttribute('tabindex');
|
|
21813
21813
|
selected.setAttribute('tabindex', '0');
|
|
21814
21814
|
selected.focus();
|