mirror of https://gitee.com/antv-l7/antv-l7
fix(render): fix elemet double destroy error
This commit is contained in:
parent
b1d7be5e59
commit
0978bb0c95
|
@ -35,6 +35,6 @@ export default class ReglElements implements IElements {
|
||||||
}
|
}
|
||||||
|
|
||||||
public destroy() {
|
public destroy() {
|
||||||
this.elements.destroy();
|
// this.elements.destroy();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue