forked from Techsystech/web
commit
f4569e7ea3
|
@ -279,7 +279,7 @@ export class AppsMenuSearchBar extends Component {
|
||||||
} else if (ev.code === "Tab") {
|
} else if (ev.code === "Tab") {
|
||||||
if (document.querySelector(".search-results")) {
|
if (document.querySelector(".search-results")) {
|
||||||
ev.preventDefault();
|
ev.preventDefault();
|
||||||
if (event.shiftKey) {
|
if (ev.shiftKey) {
|
||||||
this.state.offset--;
|
this.state.offset--;
|
||||||
} else {
|
} else {
|
||||||
this.state.offset++;
|
this.state.offset++;
|
||||||
|
|
Loading…
Reference in New Issue