Godot Version
4.4.1
Question
when i click a button while dragging in scroll container, it is grabbing focus thus i need to click or touch other buttons twice to trigger press event.
As you see here if i click locked button while dragging down and if i try to click 60 written button again, button pressed event does not get triggered, i need to press it twice.
How can i prevent that? I want to make every button to work in one click