mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Fix #5247. Fix typo when opening drawing web UI.
This commit is contained in:
@@ -2937,5 +2937,5 @@ class OpenDocumentationWebUi(bpy.types.Operator):
|
||||
if not context.scene.WebProperties.is_connected:
|
||||
bpy.ops.bim.connect_websocket_server(page="documentation")
|
||||
else:
|
||||
bpy.ops.bim.bim.open_web_browser(page="documentation")
|
||||
bpy.ops.bim.open_web_browser(page="documentation")
|
||||
return {"FINISHED"}
|
||||
|
||||
Reference in New Issue
Block a user