Skip to content

[SuperEditor] - Plugins aren't detached in dispose() #2790

@matthew-carroll

Description

@matthew-carroll

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().

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions