Fix #5247. Fix typo when opening drawing web UI.

This commit is contained in:
Dion Moult
2024-08-29 17:19:28 +10:00
parent 711c597065
commit fda23f350a
@@ -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"}