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
@sahanDissanayake To my understanding you are right. But you are facing a different issue. I explicitly stated that the inserted text should not be bold, but it turned out to be bold. I think you should open another issue with steps to reproduce your issue.
Under circumstances,
quill.insertText(pos, text, format)
doesn't behave correctly:Steps for Reproduction
quill.setContents([{"insert":"s"},{"attributes":{"bold":true},"insert":"s"},{"insert":"XXXXX"},{"attributes":{"strike":true},"insert":"HHH"},{"insert":"\n\n\n"}])
quill.insertText(10, 'iiiiii', { bold: false, strike: false })
Expected behavior: The inserted text 'iiiiii' is not bold
Actual behavior: The inserted text is bold
Platforms: Chrome Version 51.0.2704.106 (64-bit)
The text was updated successfully, but these errors were encountered: