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 need to use onChange event to detect changes in form and enable submit button. I tried to create an instance of editorjs in my script file, but the callback did not work:
I need to use
onChange
event to detect changes in form and enable submit button. I tried to create an instance of editorjs in my script file, but the callback did not work:But if I create an editor from scratch without the Django plugin, then I can track this event:
The text was updated successfully, but these errors were encountered: