Skip to content

dom.EmitterMixin#stopListening() doesn't clear the proxy emitter #4983

Closed as not planned
@Reinmar

Description

@Reinmar

After changes in ckeditor/ckeditor5-utils#190 calling stopListening() correctly removes all listeners, even those added via on().

However, it seems that dom.EmitterMixin#stopListening() doesn't clean up things in the ProxyEmitter because it calls detach( undefined ). It should be investigated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions