Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fromClient not used in SlideChangeEvent constructor #17

Closed
paodb opened this issue Jul 21, 2021 · 0 comments · Fixed by #18
Closed

fromClient not used in SlideChangeEvent constructor #17

paodb opened this issue Jul 21, 2021 · 0 comments · Fixed by #18
Assignees

Comments

@paodb
Copy link
Member

paodb commented Jul 21, 2021

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);
    }
@paodb paodb self-assigned this Jul 21, 2021
paodb added a commit that referenced this issue Jul 21, 2021
@javier-godoy javier-godoy changed the title SlideChangeEvent constructor super call issue fromClient not used in SlideChangeEvent constructor Jul 21, 2021
@paodb paodb moved this to Done in Flowing Code Addons May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant