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
It looks like the only place where SuperEditorPlugins are detach()ed from their Editor is in didUpdateWidget in SuperEditor. However, I'm I think they need to be detach()ed in dispose() of SuperEditor, too. For example, the spell check plugin can't exist in a test suite because it retains a pending timer, due to never being disposed, which happens in detach().