mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
@ -37,7 +37,6 @@ export function createPointerEvents(
|
||||
|
||||
function handleMouseDown(ev: any) {
|
||||
if (lastTouchEvent > Date.now()) {
|
||||
console.debug('mousedown event dropped because of previous touch');
|
||||
return;
|
||||
}
|
||||
if (!pointerDown(ev)) {
|
||||
|
Reference in New Issue
Block a user