fix(render): fix elemet double destroy error

This commit is contained in:
thinkinggis 2020-07-16 14:23:27 +08:00
parent b1d7be5e59
commit 0978bb0c95
1 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,6 @@ export default class ReglElements implements IElements {
}
public destroy() {
this.elements.destroy();
// this.elements.destroy();
}
}