This commit is contained in:
zh
2025-08-26 18:18:22 +08:00
parent 58b8c6a897
commit feff8c3a76
2 changed files with 4 additions and 1 deletions

View File

@ -282,6 +282,7 @@ class TextBox extends Base {
if (this.textDom && this.textDom.parentNode) {
this.sdk.viewer.cesiumWidget.container.removeChild(this.textDom);
}
await this.sdk.removeIncetance(this.options.id)
}
flicker() { }