Closed HritikR closed 1 year ago
The draggable property within the ChatHistory component has been updated with a conditional check based on the isEdit state. When in edit mode, the draggable property is set to false, preventing unintended drag interactions.
Closes #57
thanks for the PR.
Changes made:
The draggable property within the ChatHistory component has been updated with a conditional check based on the isEdit state. When in edit mode, the draggable property is set to false, preventing unintended drag interactions.
Closes #57