3
0
Fork 0

Merge PR #2457 into 16.0

Signed-off-by pedrobaeza
16.0
OCA-git-bot 2023-03-17 13:09:53 +00:00
commit f4569e7ea3
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") { } else if (ev.code === "Tab") {
if (document.querySelector(".search-results")) { if (document.querySelector(".search-results")) {
ev.preventDefault(); ev.preventDefault();
if (event.shiftKey) { if (ev.shiftKey) {
this.state.offset--; this.state.offset--;
} else { } else {
this.state.offset++; this.state.offset++;