removed function for testing purposes
parent
5792e82813
commit
2a6a590891
|
|
@ -1,13 +1,14 @@
|
|||
export class DsaActor extends Actor {
|
||||
|
||||
import() {
|
||||
/*import() {
|
||||
let input = document.createElement('input')
|
||||
input.type = 'file'
|
||||
input.accept = '.xml'
|
||||
input.onchange = e => {
|
||||
importCharacter(this.id, e.target.files[0])
|
||||
document.removeChild(input)
|
||||
}
|
||||
input.click()
|
||||
}
|
||||
}*/
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue