Open medzhidov opened 1 year ago
cannot reproduce a problem in the main branch. pasting works correctly.
please add more information.
@talyguryn I use it in "next" branch
in the next branch I still don't see any problems
It occurs to my application too. Content of tag a, code, b are removed after pasted. Replacing with an inherited class as suggested above does NOT fix. I use version v2.26.5.
export class EnhancedNestedListTool extends NestedListTool {
static get sanitize(){
return {
a: {},
b: {},
code: {},
i: {},
}
}
}
Just add this: