We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当我在actionsRender中外层添加一个div并且设置className时候,button按钮的点击事件无效,不添加className时候有效?
chatItemRenderConfig={{ actionsRender: (props, dom, actionsProps) => { return
可复现 demo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 bug 描述
当我在actionsRender中外层添加一个div并且设置className时候,button按钮的点击事件无效,不添加className时候有效?
📷 复现步骤
chatItemRenderConfig={{
actionsRender: (props, dom, actionsProps) => {
return
<Button
type="default"
onClick={() => {
console.log(">>>>");
confirmOrder(content);
}}
>
确认
}
}}
🏞 期望结果
💻 复现代码
可复现 demo
© 版本信息
🚑 其他信息
The text was updated successfully, but these errors were encountered: