You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I type something to the editor,for example <p>111</p>
select them and paste to the editor, it become: <p>111<span style="color: rgb(68, 68, 68);float: none;background-color: rgb(255, 255, 255);">111</span></p>
blockquote ol ul bug:
type something for example <p>111</p><p><br></p><p>222</p><p><br></p><p>333</p>
select them and click button blockquote ol or ul, for ol it become <ol><li>111</li><li><br></li><li></li><li>222</li><li><br></li><li></li><li>333</li></ol>
I have point it in #377
another question:
if I insert img to the editor use taSelection.insertHtml, it can not setSelectionToImgEnd
after update to Pre-release v1.3.0-pre14, I don't kown if this relative to the textangular , sometimes my cursor become text all the time.
The text was updated successfully, but these errors were encountered:
copy issues:
when I type something to the editor,for example
<p>111</p>
select them and paste to the editor, it become:
<p>111<span style="color: rgb(68, 68, 68);float: none;background-color: rgb(255, 255, 255);">111</span></p>
blockquote ol ul bug:
type something for example
<p>111</p><p><br></p><p>222</p><p><br></p><p>333</p>
select them and click button blockquote ol or ul, for ol it become
<ol><li>111</li><li><br></li><li></li><li>222</li><li><br></li><li></li><li>333</li></ol>
I have point it in #377
another question:
The text was updated successfully, but these errors were encountered: