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
This library looks awesome.
I want to get Operation Transforms working with it and write tests to show it working.
But from what i can see it does not support OT enough ? https://quilljs.com/docs/delta/
They say.
" construct Deltas by hand—rather use the chainable insert(), delete(), and retain()"
DO we need to add those functions to the library so we can do OT's properly ?
The text was updated successfully, but these errors were encountered:
This library looks awesome.
I want to get Operation Transforms working with it and write tests to show it working.
But from what i can see it does not support OT enough ?
https://quilljs.com/docs/delta/
They say.
" construct Deltas by hand—rather use the chainable insert(), delete(), and retain()"
DO we need to add those functions to the library so we can do OT's properly ?
The text was updated successfully, but these errors were encountered: