Skip to content

Event propagation from the Edge elements is banned #7

@jinyoung

Description

@jinyoung

#OpenGraph..js: enableEditLabel()

                if (frontElement.id !== element.id) {
                    //event.stopImmediatePropagation();   <-- this caused the problem
                    return;
                }

Is there any side effects by this propagation enabled?

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