jackschedel / KoalaClient

The best LLM API Playground Interface (for me)
https://client.koaladev.io/
Creative Commons Zero v1.0 Universal
31 stars 9 forks source link

Disable chat dragging while editing title #63

Closed HritikR closed 1 year ago

HritikR commented 1 year ago

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

jackschedel commented 1 year ago

thanks for the PR.