Currently, when a user selects a node for the inspector and clicks on it, the clicked node receives the event. For example, if the user wants to select a button, the button’s action handler will be triggered. I think this is incorrect, because the user’s intention is not to activate the button, but simply to select it.