diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2019-08-18 16:55:09 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-08-18 16:55:09 +0900 |
| commit | bc11702f7d6ad8491850f53c94f6a0da6b4292f2 (patch) | |
| tree | 10099d1f70f4b0b8f5964617651248f54c5cf512 /src/client/app/common/scripts | |
| parent | Fix #5291 (diff) | |
| download | sharkey-bc11702f7d6ad8491850f53c94f6a0da6b4292f2.tar.gz sharkey-bc11702f7d6ad8491850f53c94f6a0da6b4292f2.tar.bz2 sharkey-bc11702f7d6ad8491850f53c94f6a0da6b4292f2.zip | |
Fix #5290
Diffstat (limited to 'src/client/app/common/scripts')
| -rw-r--r-- | src/client/app/common/scripts/room/room.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/common/scripts/room/room.ts b/src/client/app/common/scripts/room/room.ts index b2e2c300b2..1b5a2cbb11 100644 --- a/src/client/app/common/scripts/room/room.ts +++ b/src/client/app/common/scripts/room/room.ts @@ -646,6 +646,7 @@ export class Room { @autobind public removeFurniture() { + this.exitTransformMode(); const obj = this.selectedObject; this.scene.remove(obj); this.objects = this.objects.filter(object => object.name !== obj.name); |