Closed as not planned
Description
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.