Closed as duplicate of#104445
Description
Tested versions
Godot Version: 4.5.dev1
Reproducible in Previous Versions: No. Tested on version 4.4
Tested Without Plugins or Custom Modules: Yes
System information
Ubuntu 22.10
Issue description
When running a game in the editor, clicking on an Object in the Inspector tab does not open the Object as expected. Normally, clicking on an Object should allow the user to inspect and edit its properties, but currently, nothing happens.
the script:
Steps to reproduce
Open a project in Godot 4.5.dev1.
Run the game in the editor.
Click on an Object in the Inspector tab.
Observe that the Object does not open.
Expected Behavior:
Clicking on an Object in the Inspector should open and allow the user to inspect or modify its properties.
Observed Behavior:
Clicking on an Object in the Inspector has no effect.
Minimal reproduction project (MRP)
.