mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-11-27 04:21:46 +08:00
Fix #878 Can't click gizmo arrow after cam switched
This commit is contained in:
parent
b17dfb15bb
commit
618c0fabfc
@ -487,7 +487,8 @@ class Preview {
|
||||
this.camPers.position.copy(cam_offset).add(this.controls.target);
|
||||
}
|
||||
}
|
||||
this.setLockedAngle()
|
||||
this.setLockedAngle();
|
||||
this.occupyTransformer();
|
||||
this.controls.updateSceneScale();
|
||||
return this;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user