[FIX] web_responsive: fix bug test ESLint

This commit is contained in:
Tuan Hung
2023-03-17 16:53:01 +07:00
committed by Taras Shabaranskyi
parent 3a9e3baad3
commit e456c1347b

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++;