feat: remove css on toHTML

This commit is contained in:
yanmao 2021-11-24 14:45:01 +08:00
parent f11411875e
commit f515f6b45c
1 changed files with 0 additions and 1 deletions

View File

@ -502,7 +502,6 @@ class Parser implements ParserInterface {
}
});
this.editor.trigger('parse:html', element);
element.find('p').css(style);
this.editor.trigger('parse:html-after', element);
return element.html();
}