From c419e1f51ddbae3c1cd76b2d0412d1734f804250 Mon Sep 17 00:00:00 2001 From: Kai Gunger Date: Sat, 20 Dec 2025 17:20:06 -0500 Subject: Update log --- scripts/gui-common/log.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/gui-common/log.js b/scripts/gui-common/log.js index dcf5ac2..e5f2bbf 100644 --- a/scripts/gui-common/log.js +++ b/scripts/gui-common/log.js @@ -14,7 +14,7 @@ function addLogEntry(object) { let out = { type: object.type, - target: object.target.classList.toString() + target: object.target }; if (LAST_LOG_TYPE == "mousemove" || LAST_LOG_TYPE == "touchmove") { -- cgit v1.2.3