wup
This commit is contained in:
parent
7cd8f2f1c7
commit
475cd49d16
@ -16,7 +16,12 @@ function select(src: any, label: string | null, multiple: boolean): Promise<Driv
|
||||
input.type = 'file';
|
||||
input.onchange = () => {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
const readFromBlobOrFile = (blob) => (
|
||||
console.log('start readfrombloborfile'),
|
||||
new Promise((resolve, reject) => {
|
||||
const reader = new FileReader();
|
||||
reader.onload = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user