mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
click/tap refactor
This commit is contained in:
@@ -231,9 +231,9 @@
|
||||
oldDot.parentElement.removeChild(oldDot)
|
||||
}, 3000);
|
||||
});
|
||||
document.addEventListener('mousedown', function(){
|
||||
console.debug('mousedown');
|
||||
});
|
||||
// document.addEventListener('mousedown', function(){
|
||||
// console.debug('mousedown');
|
||||
// });
|
||||
document.addEventListener('mouseup', function(){
|
||||
console.debug('mouseup');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user