I have a setup where I can move a dynamically added button on the screen, and it works perfectly at first. However, after I interact with either the "Addbtn" or "Editbtn" (which are also buttons on the screen and are not supposed to move), the added button stops responding to drag/move events.
I want only the added button to be movable, and that works until I touch the other buttons—after that, the added button becomes unmovable.
Does anyone know why this happens or how to fix it so the added button can always be moved, regardless of touching other buttons?
Thanks in advance for your help!