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
chatItemRenderConfig.actionsRender默认的doms中功能太多,只需要一个编辑功能的时候无法隐藏其他不需要的默认按钮
可以在chatItemRenderConfig下暴露一个actionsConfig字段,对默认的「编辑、重新发送、复制」行为进行配置「icon、事件回调」
The text was updated successfully, but these errors were encountered:
LCJove
Successfully merging a pull request may close this issue.
🥰 需求描述
chatItemRenderConfig.actionsRender默认的doms中功能太多,只需要一个编辑功能的时候无法隐藏其他不需要的默认按钮
🧐 解决方案
可以在chatItemRenderConfig下暴露一个actionsConfig字段,对默认的「编辑、重新发送、复制」行为进行配置「icon、事件回调」
The text was updated successfully, but these errors were encountered: