[FIX] web_responsive: fix bug test ESLint

pull/2457/head
Tuan Hung 2023-03-17 16:53:01 +07:00
parent 441b3aec9d
commit 6cb7661b38
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ export class AppsMenuSearchBar extends Component {
} else if (ev.code === "Tab") {
if (document.querySelector(".search-results")) {
ev.preventDefault();
if (event.shiftKey) {
if (ev.shiftKey) {
this.state.offset--;
} else {
this.state.offset++;