📜  antd dropdown 停止传播 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:52.943000             🧑  作者: Mango

代码示例1
/* Providing the */onClick={e => e.stopPropagation()}/* callback to the 
immediate child of *//* should solve the issue.
This worked for me: */

return (
    
          
e.stopPropagation()} className="action-button-container">
)