chore(all): fix tests

This commit is contained in:
Manu Mtz.-Almeida
2018-09-25 00:03:14 +02:00
parent b3aebb843c
commit 5b3f0c326c
13 changed files with 37 additions and 34 deletions

View File

@ -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) {