[BUG] Draggable behavior ignore the shape and size of custom hitbox and rotation of object

It seems like if we edit the hitbox of our object to be smaller or a different shape, the draggable behavior ignore this and we can drag the object at any point of the original hitbox which is the size of the image.
The draggable behavior also seems to ignore rotation of an object and we can drag the object at any point of the original rotation.

It is a problem when you have empty, transparent parts and the object is not a square shape and you don’t want the user to be able to drag and move the shape when it is clicked around the object on an empty transparent place but only if the user actually click the object.

Example:

GDevelop 5 beta82
Windows 10 64bit

Yeah this make sens the click should effective on custom hitbox, or the hitbox if it exists and not by default on the whole image (AABB)