From 0b42f192264b2f8b9234ab4112f3f5b86511d1af Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Fri, 17 Jan 2025 13:38:21 +0100 Subject: [PATCH] fixed upload --- buildroot-v86/board/v86/rootfs_overlay/root/bin/upload | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildroot-v86/board/v86/rootfs_overlay/root/bin/upload b/buildroot-v86/board/v86/rootfs_overlay/root/bin/upload index b8cae1b..3da4af9 100755 --- a/buildroot-v86/board/v86/rootfs_overlay/root/bin/upload +++ b/buildroot-v86/board/v86/rootfs_overlay/root/bin/upload @@ -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