[FIX] web_responsive: fix bug test ESLint

pull/3037/head
Tuan Hung 2023-03-17 16:53:01 +07:00 committed by kobros-tech
parent ed37a9dee2
commit 332da0dbf3
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++;