Allow more common mimetypes

This commit is contained in:
thiloho
2024-09-17 22:44:16 +02:00
parent a7a4942633
commit c97a6624d6
4 changed files with 18 additions and 8 deletions

View File

@@ -21,6 +21,7 @@
const handlePaste = async (event: ClipboardEvent) => {
const newContent = await handleImagePaste(event, data.API_BASE_PREFIX);
if (newContent) {
previewContent = newContent;
}