diff options
| author | Kai Gunger <kgunger12@gmail.com> | 2025-12-20 17:20:06 -0500 |
|---|---|---|
| committer | Kai Gunger <kgunger12@gmail.com> | 2025-12-20 17:20:06 -0500 |
| commit | c419e1f51ddbae3c1cd76b2d0412d1734f804250 (patch) | |
| tree | 2afcdf6856d4c2939e376c96b91be798a02678f9 | |
| parent | fdb7c090df9b86304ca6f6f202a39a0f63ed0b03 (diff) | |
Update log
| -rw-r--r-- | scripts/gui-common/log.js | 2 |
1 files changed, 1 insertions, 1 deletions
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") { |