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
在源码中发现了对应参数toolbarConfig和customToolbars,也做了对应尝试。发现代码编辑器组件中有处理 但是子组件toolbar中没有处理。传入的toolbarConfig和自定义的customToolbars在toolbar中没有,而且也没有接收的合并后的值。
像是以前准备做这个功能但是没有做完。
可以按照原有设计使用以下参数: toolbarConfig customToolbars
The text was updated successfully, but these errors were encountered:
feat(md): MarkdownMD 编辑器支持自定义配置工具栏 DevCloudFE#1862
7f8cee9
feat(md): MarkdownMD 编辑器支持自定义配置工具栏 #1862 (#1874)
e767b09
No branches or pull requests
What problem does this feature solve
在源码中发现了对应参数toolbarConfig和customToolbars,也做了对应尝试。发现代码编辑器组件中有处理
但是子组件toolbar中没有处理。传入的toolbarConfig和自定义的customToolbars在toolbar中没有,而且也没有接收的合并后的值。
像是以前准备做这个功能但是没有做完。
What does the proposed API look like
可以按照原有设计使用以下参数:
toolbarConfig
customToolbars
The text was updated successfully, but these errors were encountered: