Fix issues with combo box blur

This commit is contained in:
Logan Williams
2023-04-05 11:19:37 +02:00
parent 99062a9291
commit e2ef4cdb4b
2 changed files with 6 additions and 3 deletions

View File

@@ -117,6 +117,9 @@ export default new Vuex.Store({
},
getValues({ commit }, v) {
commit("setSelectedKeyValues", []);
if (v == "" || v == undefined || v == null) {
return;
}
fetch(
"https://taginfo.openstreetmap.org/api/4/key/values?rp=50&sortname=count_all&sortorder=desc&key=" +