Ignore style nodes while converting HTML to text
This commit is contained in:
parent
811de7bf92
commit
1a6113efa4
1 changed files with 1 additions and 0 deletions
|
|
@ -544,6 +544,7 @@ ComposerPageState.htmlToText = function(root) {
|
|||
}
|
||||
break;
|
||||
case "#comment":
|
||||
case "style":
|
||||
break;
|
||||
default:
|
||||
text += ComposerPageState.htmlToText(node);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue