feat: Change mouse to pointer for windows

This commit is contained in:
sthag 2026-03-10 22:15:08 +01:00
parent 99b98635e7
commit 2091dc4f30
2 changed files with 7 additions and 6 deletions

View file

@ -341,6 +341,7 @@ class DateDisplay {
}
}
// TODO: Kompatibilität für Zeiger
function checkButtonAndTarget(event, element, button = 0) {
return (
event.button === button &&