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
I have wrote a cooperation editor based on quilljs.
Now I need to add author attribute when I type in editor div, how can i achieve it?
I type a 'a', text-change event`s argument delta like:
{
insert: 'a',
attribute:{
author: someVariable
}
}
The text was updated successfully, but these errors were encountered:
I have wrote a cooperation editor based on quilljs.
Now I need to add author attribute when I type in editor div, how can i achieve it?
I type a 'a', text-change event`s argument delta like:
{
insert: 'a',
attribute:{
author: someVariable
}
}
The text was updated successfully, but these errors were encountered: