Multiple Node moving at same time

Godot 4.3

I am developing a card game and have encountered an issue. In the game, when a button is clicked, one card becomes visible. If I change the first card’s position by dragging it, and then click the button again, a new card also becomes visible. However, if I try to drag one of these cards afterward, both cards are moving together.

Did you ever figure out the solution? Having the same problem.

No, Sorry

You need to show your code and the node structure. Without it it’s basically impossible to figure out what’s happening and where is the problem.