Browse Source

Update Overlay.js

tags/3.0.0
Caven Chen 2 years ago
parent
commit
4ddef226ae
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/modules/overlay/Overlay.js

+ 1
- 1
src/modules/overlay/Overlay.js View File

@@ -218,7 +218,7 @@ class Overlay {
} else if (this._delegate && this._delegate.then) {
// for 3dtiles
this._delegate.then((obj) => {
this._layer.delegate.add(obj)
this._layer.delegate.remove(obj)
})
} else if (this['update'] && this['destroy']) {
this._layer.delegate.remove(this)

Loading…
Cancel
Save