@cartamd/plugin-attachment
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -122,2 +122,3 @@ import { get, writable } from 'svelte/store'; | ||
input.multiple = true; | ||
input.accept = allowedMimeTypes.join(', '); | ||
input.onchange = (e) => { | ||
@@ -124,0 +125,0 @@ const files = e.target?.files; |
{ | ||
"name": "@cartamd/plugin-attachment", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
15608
349