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.

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:

I can’t seem to find how to do that actually. I looked in the tags and don’t see anything there. Oh do I mark my comment as the solution and that’ll do it automatically? I’ll try that.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.