页面调整
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const getMousePosition = (e,bor,dom) => {
|
||||
e.stopPropagation()
|
||||
e.preventDefault();
|
||||
// if(e?.preventDefault)e.preventDefault();
|
||||
if(bor){
|
||||
const touch = e.changedTouches[0];
|
||||
event = {
|
||||
|
||||
Reference in New Issue
Block a user