reimplemented function since it didn't cause the error
parent
2a6a590891
commit
6848e58cf9
|
|
@ -1,6 +1,6 @@
|
|||
export class DsaActor extends Actor {
|
||||
|
||||
/*import() {
|
||||
import() {
|
||||
let input = document.createElement('input')
|
||||
input.type = 'file'
|
||||
input.accept = '.xml'
|
||||
|
|
@ -9,6 +9,6 @@ export class DsaActor extends Actor {
|
|||
document.removeChild(input)
|
||||
}
|
||||
input.click()
|
||||
}*/
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue