mirror of https://github.com/OCA/web.git
[FIX] web_responsive: fix bug test ESLint
parent
3a9e3baad3
commit
e456c1347b
|
@ -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