From 1368b3b355c7d72ea03636e2782661be6c9265d4 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Thu, 4 Jun 2026 21:17:39 +0200 Subject: [PATCH] fix issue connected to cross window dragdrop --- copyparty/web/up2k.js | 1 - 1 file changed, 1 deletion(-) diff --git a/copyparty/web/up2k.js b/copyparty/web/up2k.js index c364b9bb..5949456b 100644 --- a/copyparty/web/up2k.js +++ b/copyparty/web/up2k.js @@ -1194,7 +1194,6 @@ function up2k_init(subtle) { function gotfile(e) { ev(e); - console.log(e.dataTransfer.getData("text")) if (e.dataTransfer && e.dataTransfer.getData("text") && e.dataTransfer.getData("text").startsWith(window.location.origin)){ var currLink = e.dataTransfer.getData("text"); console.log("wrap.ondrop: " + currLink);