This commit is contained in:
Edward Betts 2021-05-11 17:41:04 +02:00
parent e7080b55b5
commit 5857260398
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ function checkbox_change() {
item_isa_list.includes(isa_qid)
);
if (intersection.length) {
if (item.group && intersection.length) {
item.group.addTo(map);
} else {
item.group.removeFrom(map);