clear reduce listeners
This commit is contained in:
parent
afbf60c5b2
commit
729c4e693a
1 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,8 @@
|
|||
$map.removeSource('simplified');
|
||||
}
|
||||
}
|
||||
unsubscribes.forEach((unsubscribe) => unsubscribe());
|
||||
simplified.clear();
|
||||
});
|
||||
|
||||
function reduce() {
|
||||
|
|
Loading…
Reference in a new issue