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
There is currently no way to control the rate of update generation, at least the one I am aware of. Are updates generated on every character typed or is there some delay? If there is, how can it be configured?
While it is possible to collect updates and call mergeUpdates (or mergeUpdatesV2) before sending them over the wire, this seems to be an inefficient way to do this.
There is currently no way to control the rate of update generation, at least the one I am aware of. Are updates generated on every character typed or is there some delay? If there is, how can it be configured?
While it is possible to collect updates and call
mergeUpdates
(ormergeUpdatesV2
) before sending them over the wire, this seems to be an inefficient way to do this.Downstream issue: https://codeberg.org/webxdc/editor/issues/66
The text was updated successfully, but these errors were encountered: