fixed upload

This commit is contained in:
Leon van Kammen 2025-01-17 13:38:21 +01:00
parent 3974c8109e
commit 0b42f19226
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
// because not all input devices (handcontrols) present copy/paste contextmenus // because not all input devices (handcontrols) present copy/paste contextmenus
// or file drag/drop functionality // or file drag/drop functionality
// //
const isoterminal = document.querySelector('[isoterminal]').components.isoterminal const isoterminal = document.querySelector('[isoterminal]')
const upload = isoterminal.vt100.upload const upload = isoterminal.dom.querySelector("#pastedrop")
const scene = document.querySelector('a-scene') const scene = document.querySelector('a-scene')
// trigger file input // trigger file input