clear reduce listeners

This commit is contained in:
vcoppe 2024-06-11 19:11:35 +02:00
parent afbf60c5b2
commit 729c4e693a

View file

@ -130,6 +130,8 @@
$map.removeSource('simplified');
}
}
unsubscribes.forEach((unsubscribe) => unsubscribe());
simplified.clear();
});
function reduce() {