Open bondarevv opened 4 years ago
我也同样遇到了这个问题,不知道有没有解决办法?
@bondarevv this is how it works in the official table tool: https://github.com/editor-js/table/blob/master/src/plugin.js#L185
I am also facing this issue :(
@bondarevv you can configure by static sanitize method, but I don't know how 😁 just figured out that this method effects. You can read more here: https://github.com/codex-team/editor.js/blob/next/docs/tools-inline.md#static-get-sanitize
I'm trying to create insertable table, but found issue. Event not returned nested tags from table.
clipboardData(text/html, part of google sheet table):
log from
onPaste
Am I missed some config, to persist nested tags?
Chrome 85.0.4183.102 EditorJS 2.18.0