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
问题:Table 扩展被使用的时候,blockRenderMap 不再生效。
复现流程: -- 将代码官方的 table extension demo 代码中添加 官方的 blockRenderMap demo,blockRenderMap不生效。 -- 注释掉 BraftEditor.use(Table(options)); 并刷新后,blockRenderMap 继续生效。
示例代码: -- https://codesandbox.io/p/sandbox/braft-editor-with-table-extension-forked-smj2ww?file=%2Fsrc%2FApp.js%3A50%2C1-50%2C33
预期: -- BraftEditor.use(Table(options)); 不要影响 blockRenderMap。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题:Table 扩展被使用的时候,blockRenderMap 不再生效。
复现流程:
-- 将代码官方的 table extension demo 代码中添加 官方的 blockRenderMap demo,blockRenderMap不生效。
-- 注释掉 BraftEditor.use(Table(options)); 并刷新后,blockRenderMap 继续生效。
示例代码:
-- https://codesandbox.io/p/sandbox/braft-editor-with-table-extension-forked-smj2ww?file=%2Fsrc%2FApp.js%3A50%2C1-50%2C33
预期:
-- BraftEditor.use(Table(options)); 不要影响 blockRenderMap。
The text was updated successfully, but these errors were encountered: