diff --git a/components/table/Table.jsx b/components/table/Table.jsx index 5d324c6eb5..6cb684f917 100644 --- a/components/table/Table.jsx +++ b/components/table/Table.jsx @@ -14,7 +14,9 @@ function noop() { function stopPropagation(e) { e.stopPropagation(); - e.nativeEvent.stopImmediatePropagation(); + if (e.nativeEvent.stopImmediatePropagation) { + e.nativeEvent.stopImmediatePropagation(); + } } const defaultLocale = {