Signed-off-by: wangchun17 <chunn.wang@huawei.com>
Change-Id: Ib6b5eb86937a66ebe482c52b49e32443bea3da57
This commit is contained in:
wangchun17
2021-10-27 15:08:35 +08:00
parent 8096e0ea7b
commit 08a29feafa
@@ -1036,7 +1036,7 @@ const EVENT_END_REGEXP = /(\.bubble|\.capture)$/;
const START_CATCH_REGEXP = /^(grab:)/;
const END_CAPTURE_REGEXP = /(\.capture)$/;
const TOUCH_EVENT_REGEXP = /^(touch)/;
const CLICK_EVENT_REGEXP = /click/;
const CLICK_EVENT_REGEXP = /^(click)$/;
const TOUCH_CAPTURE_EVENT_REGEXP = /^(?!touch).*?(\.capture)$/;
/**