Skip to content

preventDefault for events is stopping event chain from running. #377

@wkm7

Description

@wkm7

The code introduced in EventsListener on checkin c915409
is preventing the event chain from running, and stopping after the first event is runned.
Perhaps the lines below need to be removed (onBrowserEvent(event) method):

    if (JsUtils.isDefaultPrevented(event)) {
      return;
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions