We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197af24 commit 6c368f5Copy full SHA for 6c368f5
src/main/java/com/flowingcode/vaadin/addons/carousel/Carousel.java
@@ -186,7 +186,7 @@ public static class SlideChangeEvent extends ComponentEvent<Carousel> {
186
187
public SlideChangeEvent(
188
Carousel source, boolean fromClient, @EventData("event.detail.value") String position) {
189
- super(source, true);
+ super(source, fromClient);
190
this.position = position;
191
}
192
0 commit comments