From 137781c160a62450ea4319dafb8ab70ce8ee613c Mon Sep 17 00:00:00 2001 From: heidao Date: Tue, 3 Dec 2019 14:16:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E8=A7=A6=E5=8F=91=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- painter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/painter.js b/painter.js index 3b663c7..2341044 100644 --- a/painter.js +++ b/painter.js @@ -434,7 +434,7 @@ Component({ }) this.doAction() } else if (this.findedIndex < 0) { - this.triggerEvent('touchStart', {}) + this.triggerEvent('viewClicked', {}) } this.findedIndex = -1 this.prevFindedIndex = -1