My challenge lies in enabling users to dynamically create a span at any desired location upon clicking the "Link" button. The issue I'm facing is that although I set the attribute draggable="true"
for the dynamically created span, it remains fixed within the "smsArea" section due to the existing drag function.
Is there an easier way to implement drag & drop functionality for elements within a specific area?