sirocco-ventures / raggenie

RAGGENIE: An open-source, low-code platform to build custom Retrieval-Augmented Generation (RAG) Copilets with your own data. Simplify AI development with ease!
https://www.raggenie.com
MIT License
138 stars 52 forks source link

[FIX]: Removed unnecessary text styles in input query on Copy-Paste #126

Closed dexterousdhruv closed 1 month ago

dexterousdhruv commented 1 month ago

Prevents the style formatting of the text content from being copied into the query input.

Closes #120

Result

https://github.com/user-attachments/assets/a0983fef-a41b-4d81-a14b-bf667ead71e1

ryumen-sukuna commented 1 month ago

@sethumadhavan-k, please review

sethumadhavan-k commented 1 month ago

@dexterousdhruv no need to implement the onPaste event. Instead, simply change the contenteditable attribute value to plaintext-only.

dexterousdhruv commented 1 month ago

@dexterousdhruv no need to implement the onPaste event. Instead, simply change the contenteditable attribute value to plaintext-only.

Okay