mirror of
https://github.com/openharmony/developtools_ace-js2bundle.git
synced 2026-07-21 06:05:27 -04:00
Signed-off-by: wangchun17 <chunn.wang@huawei.com> Change-Id: Ib6b5eb86937a66ebe482c52b49e32443bea3da57
This commit is contained in:
@@ -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)$/;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user