mirror of https://github.com/OCA/web.git
[FIX] web_responsive: fix bug test ESLint
parent
441b3aec9d
commit
6cb7661b38
|
@ -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++;
|
||||
|
|
Loading…
Reference in New Issue