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
Currently the docs show overloads for formatText that no longer exist. It seems formatText has gone through changes where it no longer supports passing in multiple formats at once, although the underlying call to the Editor does. I would think maybe the solution is to restore these overloads, since it's nice to be able to reduce the number of events that occur when multi-formatting needs to happen together.
I couldn't find any open Issues suggesting that the website docs are intentionally stale, so I wanted to report this. The TypeScript declarations are obviously reliable, so it's only an issue for consumers using native JS.
The text was updated successfully, but these errors were encountered:
Currently the docs show overloads for
formatText
that no longer exist. It seemsformatText
has gone through changes where it no longer supports passing in multipleformats
at once, although the underlying call to the Editor does. I would think maybe the solution is to restore these overloads, since it's nice to be able to reduce the number of events that occur when multi-formatting needs to happen together.https://github.com/quilljs/quill/blob/v2.0.0-rc.3/packages/quill/src/core/quill.ts#L381-L393
2.0.0-rc.3
I couldn't find any open Issues suggesting that the website docs are intentionally stale, so I wanted to report this.
The TypeScript declarations are obviously reliable, so it's only an issue for consumers using native JS.The text was updated successfully, but these errors were encountered: