We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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); }
The text was updated successfully, but these errors were encountered:
fix: fix super call in SlideChangeEvent constructor
589d8e5
Close #17
fix: fix fromClient not used in SlideChangeEvent constructor
f333d51
6c368f5
paodb
Successfully merging a pull request may close this issue.
SlideChangeEvent constructor should use "fromClient" instead of "true" in super call.
The text was updated successfully, but these errors were encountered: