This commit is contained in:
X1627315083
2025-07-24 20:15:39 +08:00
parent e203861586
commit 46b1c5cd71
22 changed files with 1002 additions and 284 deletions

View File

@@ -1,6 +1,6 @@
const getMousePosition = (e,bor,dom) => {
e.stopPropagation()
// if(e?.preventDefault)e.preventDefault();
if(e?.preventDefault)e.preventDefault();
if(bor){
const touch = e.changedTouches[0];
event = {