forked from MapComplete/MapComplete
Usertesting: resolve some issues surfaced in #1457
This commit is contained in:
parent
d465a272f2
commit
983db5e600
5 changed files with 5 additions and 5 deletions
|
|
@ -29,6 +29,9 @@ export default class MoreScreen extends Combine {
|
|||
})
|
||||
search.enterPressed.addCallbackD((searchTerm) => {
|
||||
searchTerm = searchTerm.toLowerCase()
|
||||
if(!searchTerm){
|
||||
return
|
||||
}
|
||||
if (searchTerm === "personal") {
|
||||
window.location.href = MoreScreen.createUrlFor(
|
||||
{ id: "personal" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue