@ -274,15 +274,6 @@ export class KclManager {
 | 
			
		||||
          padding: 0.1, // padding around the objects
 | 
			
		||||
        },
 | 
			
		||||
      })
 | 
			
		||||
      await this.engineCommandManager.sendSceneCommand({
 | 
			
		||||
        type: 'modeling_cmd_req',
 | 
			
		||||
        cmd_id: uuidv4(),
 | 
			
		||||
        cmd: {
 | 
			
		||||
          type: 'zoom_to_fit',
 | 
			
		||||
          object_ids: zoomObjectId ? [zoomObjectId] : [], // leave empty to zoom to all objects
 | 
			
		||||
          padding: 0.1, // padding around the objects
 | 
			
		||||
        },
 | 
			
		||||
      })
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    this.isExecuting = false
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user