We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c57c46 commit e1a1c72Copy full SHA for e1a1c72
2 files changed
packages/front/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@thatopen/components-front",
3
"description": "Collection of frontend tools to author BIM apps.",
4
- "version": "2.3.5",
+ "version": "2.3.6",
5
"author": "That Open Company",
6
"contributors": [
7
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
packages/front/src/fragments/Outliner/index.ts
@@ -17,7 +17,7 @@ export class Outliner extends OBC.Component implements OBC.Disposable {
17
18
/** {@link OBC.Component.enabled} */
19
get enabled() {
20
- if (!this.world) {
+ if (!this.world || this.world.isDisposing) {
21
return false;
22
}
23
0 commit comments