Refactor: Improve readability of function signatures and calls in advanced rendering modules
This commit is contained in:
@@ -4861,7 +4861,10 @@ export class ViewportHost {
|
||||
}
|
||||
|
||||
private isSelectedRailCameraRigPathPreviewed(pathId: string): boolean {
|
||||
if (this.currentDocument === null || this.currentSelection.kind !== "entities") {
|
||||
if (
|
||||
this.currentDocument === null ||
|
||||
this.currentSelection.kind !== "entities"
|
||||
) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user