mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
chore(all): fix tests
This commit is contained in:
@ -50,6 +50,7 @@ export class Backdrop implements ComponentInterface {
|
||||
this.emitTap(ev);
|
||||
}
|
||||
|
||||
@Listen('click', { passive: false, capture: true })
|
||||
@Listen('mousedown', { passive: false, capture: true })
|
||||
protected onMouseDown(ev: TouchEvent) {
|
||||
if (this.lastClick < now(ev) - 2500) {
|
||||
|
Reference in New Issue
Block a user