2

このテキストについて

something something something
new line new line new line

textAngular は次の html を生成します。

<p>something something something<br/>new line new line new line<br/></p> 

しかし、両方の行からテキストを選択して何かを適用すると、次の html が生成されます。

<p>something <span id="selectionBoundary_1474901783760_9132792101106602" class="rangySelectionBoundary">&#65279;</span>something something<br/>new line new line<span id="selectionBoundary_1474901783759_6091248845512363" class="rangySelectionBoundary">&#65279;</span> new line<br/></p> 

これを無効にするにはどうすればよいですか? any スタイルをまったく適用しなくても問題ありません。それらの css クラスと ID を取り除きたいだけです。

4

0 に答える 0