mirror of https://gitee.com/antv-l7/antv-l7
Merge pull request #436 from antvis/fix_destroy
fix(render): fix elemet double destroy error
This commit is contained in:
commit
b55b5fb62d
|
@ -35,6 +35,6 @@ export default class ReglElements implements IElements {
|
|||
}
|
||||
|
||||
public destroy() {
|
||||
this.elements.destroy();
|
||||
// this.elements.destroy();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue