Link interaction

This commit is contained in:
Tim Schaub
2022-05-20 13:24:43 -06:00
parent 3857e2051c
commit 6690dc99dd
6 changed files with 416 additions and 1 deletions
+3
View File
@@ -605,6 +605,9 @@ class PluggableMap extends BaseObject {
* Clean up.
*/
disposeInternal() {
this.controls.clear();
this.interactions.clear();
this.overlays_.clear();
this.setTarget(null);
super.disposeInternal();
}