react取消冒泡

e.stopPropagation();  //  取消父级事件冒泡

e.nativeEvent.stopImmediatePropagation(); // 取消绑定在document上的事件冒泡(原生)

你可能感兴趣的:(react取消冒泡)