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
Plugin cannot be applied.
import TuiEditor from '@toast-ui/editor'; import ColorSyntax from '@toast-ui/editor-plugin-color-syntax'; import CodeSyntaxHighlight from '@toast-ui/editor-plugin-code-syntax-highlight'; import TableMergedCell from '@toast-ui/editor-plugin-table-merged-cell'; const instance = new TuiEditor({ ... plugins: [ CodeSyntaxHighlight, ColorSyntax, // TableMergedCell, // type error ], });
tui.editor/plugins/table-merged-cell/index.d.ts
Line 126 in 9697e53
interface PluginInfo { pluginFn: Plugin; renderer: HTMLConvertorMap; parser: CustomParserMap; }
Line 1 in 9697e53
not matching..
tui.editor/apps/editor/index.d.ts
Line 14 in 9697e53
Type error
The text was updated successfully, but these errors were encountered:
fix: broken type of plugin option when using table-merged-cell plugin (…
acc118f
…fix #1160)
60e747a
No branches or pull requests
Describe the bug
Plugin cannot be applied.
To Reproduce
tui.editor/plugins/table-merged-cell/index.d.ts
Line 126 in 9697e53
tui.editor/plugins/table-merged-cell/index.d.ts
Line 1 in 9697e53
not matching..
tui.editor/apps/editor/index.d.ts
Line 14 in 9697e53
Expected behavior
Type error
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: