Skip to content

ScrollView base: Adding listener when you are supposed to remove it #4993

@alg

Description

@alg

Have a look here:

public removeEventListener(arg: string, callback: any, thisArg?: any) {
super.addEventListener(arg, callback, thisArg);

Is it really correct that you add listener when you are supposed to remove it?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions