Panel disappears when I click anywhere BUT it's NOT a pop-up

Godot Version

4.3

Question

Panel disappears when I click the mouse, regardless of if I’m clicking inside it or not. I don’t want it to have any mouse-click interaction, so I don’t know what’s causing this. It’s not a pop-up. In the hierarchy it’s under a pop-up but it’s not a child of it so it shouldn’t be interacting with it, the pop-up isn’t even up when this is happening. I’ve checked all the scripts in the scene and nothing is explicitly grabbing this input for something.

Nevermind, I fixed it. There was a general input event that was stopping an animation. Removing the stopping of the animation stopped it from disappearing. It appears it was tied to the animation and stopping the animation reset its values instead of leaving it visible, that’s the theory anyway.

That’s good because given absolutely nothing to go on, no one here would have been able to help you.

Please mark your message as solved if you fixed it. Helps people who want a solution to a similar and so we know if you still need help. Thanks :smiley: