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
Editor init with textarea and contentEditableMode: true
After applying any html command destroy:composer event fires and composer stops syncing with textarea.
i add some logging. it looks like
commands.bold.exec
handleDomNodeRemoved
fire destroy:composer
Synchronizer stopInterval
considering the fact that when form submitting programmatically by form.submit() events linked with addEventListener doesn't fired, so textarea submitting with not actual content.
The text was updated successfully, but these errors were encountered:
Editor init with
textarea
andcontentEditableMode: true
After applying any html command destroy:composer event fires and composer stops syncing with textarea.
i add some logging. it looks like
considering the fact that when form submitting programmatically by form.submit() events linked with addEventListener doesn't fired, so textarea submitting with not actual content.
The text was updated successfully, but these errors were encountered: