fixed upload
This commit is contained in:
parent
3974c8109e
commit
0b42f19226
|
@ -3,8 +3,8 @@
|
|||
// because not all input devices (handcontrols) present copy/paste contextmenus
|
||||
// or file drag/drop functionality
|
||||
//
|
||||
const isoterminal = document.querySelector('[isoterminal]').components.isoterminal
|
||||
const upload = isoterminal.vt100.upload
|
||||
const isoterminal = document.querySelector('[isoterminal]')
|
||||
const upload = isoterminal.dom.querySelector("#pastedrop")
|
||||
const scene = document.querySelector('a-scene')
|
||||
|
||||
// trigger file input
|
||||
|
|
Loading…
Reference in New Issue