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'm not sure I understand what you mean. When using this as part of a bigger project it is important that actions not triggered by the user like calling deleteTemporaryTable() do not emit any 'user' source events.
Calling
deleteTemporaryTable()
emits atext-change
event with the sourceQuill.sources.USER
. Instead, the source should beQuill.sources.API
.Reproducing
Using the demo linked below, insert a table, click the
deleteTemporaryTable
button, then look at the logs.https://codepen.io/devinmuzzy/pen/dPbaNNp
The text was updated successfully, but these errors were encountered: