feat: Change mouse to pointer for windows
This commit is contained in:
parent
99b98635e7
commit
2091dc4f30
2 changed files with 7 additions and 6 deletions
|
|
@ -341,6 +341,7 @@ class DateDisplay {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: Kompatibilität für Zeiger
|
||||
function checkButtonAndTarget(event, element, button = 0) {
|
||||
return (
|
||||
event.button === button &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue