mirror of
https://github.com/bellingcat/osm-search.git
synced 2026-06-13 05:58:32 +03:00
Fix issues with combo box blur
This commit is contained in:
@@ -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=" +
|
||||
|
||||
Reference in New Issue
Block a user