wip
This commit is contained in:
parent
11fbde947c
commit
1babd0ca25
@ -352,7 +352,7 @@ function chooseFileFrom(ev) {
|
||||
}
|
||||
|
||||
function chooseFileFromEnc(ev) {
|
||||
selectFilesEnc(ev.currentTarget || ev.target, i18n.locale.attachFile).then(files_ => {
|
||||
selectFilesEnc(ev.currentTarget || ev.target, i18n.locale.attachVideoFile).then(files_ => {
|
||||
for (const file of files_) {
|
||||
files.push(file);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user