GetStream / stream-chat-angular

💬 Angular Chat SDK ➜ Stream Chat. Build a chat app with ease.
https://getstream.io/chat/sdk/angular/
49 stars 31 forks source link

Allow pasting images with ctrl + v #627

Open ilyakonrad opened 3 weeks ago

ilyakonrad commented 3 weeks ago

Just got a request to support attaching images through ctrl + v which could help use images in chats quicker by not having to download them.

szuperaz commented 2 weeks ago

I agree, this makes sense. I can't give you an ETA, I'll try to implement this in the second half of September, but it might get pushed to Q4.

In the meantime, you can try to build this yourself, but it requires some DOM API queries into the internals of SDK components which can hurt maintainability:

ilyakonrad commented 2 weeks ago

Thanks a lot, I'll wait for the official implementation ☺️