3.0 Beta 2
This commit is contained in:
@@ -103,6 +103,15 @@ export class MessageBox {
|
||||
this.viewModel().dialogOpen.set(false)
|
||||
}
|
||||
|
||||
handleEnterKeydown(e: any) {
|
||||
e.preventDefault()
|
||||
return false
|
||||
}
|
||||
|
||||
filterPictureVideo(files: FileDataWithPreview[]) {
|
||||
return files.filter(f => f.type == "image")
|
||||
}
|
||||
|
||||
async processFiles(fileList: FileList) {
|
||||
for (let i = 0; i < fileList.length; i++) {
|
||||
const file = fileList[i];
|
||||
|
||||
Reference in New Issue
Block a user