stopImmediatePropagation

pull/8356/head
adiguba 4 years ago
parent aa462399fe
commit 719f3a6b20

@ -13,6 +13,7 @@ const regex_contains_term_function_expression = /FunctionExpression/;
const valid_modifiers = new Set([
'preventDefault',
'stopPropagation',
'stopImmediatePropagation',
'capture',
'once',
'passive',

Loading…
Cancel
Save