SwiftcordApp/Swiftcord

[Enhancement]: Paste files from clipboard into message field

decheverri123 opened this issue · 1 comments

Describe the Bug

Enhancement
I cannot paste an image I have copied on my clipboard.

Expected Behavior
An image should be pasted as it does in the official discord client.

Category

Media (images, audio, video etc.)

This isn't a bug: swiftUI simply doesn't support a paste handler and the TextField is hardcoded to always paste strings. Eventually I'll use a NSViewRepresentable to fix all these bugs related to the TextField, but I haven't gotten around to that.