Skip to content

fromClient not used in SlideChangeEvent constructor #17

@paodb

Description

@paodb

SlideChangeEvent constructor should use "fromClient" instead of "true" in super call.

 public SlideChangeEvent(
        Carousel source, boolean fromClient, @EventData("event.detail.value") String position) {
      super(source, true);
    }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions