Skip to content

Commit 0de4e81

Browse files
paodbmlopezFC
authored andcommitted
fix: make withoutNavigation method hide navigation circles as expected
Close #36
1 parent d3192d4 commit 0de4e81

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/flowingcode/vaadin/addons/carousel

1 file changed

+1
-1
lines changed

src/main/java/com/flowingcode/vaadin/addons/carousel/Carousel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public Carousel withoutSwipe() {
134134
}
135135

136136
public Carousel withoutNavigation() {
137-
this.setHideNavigation(false);
137+
this.setHideNavigation(true);
138138
return this;
139139
}
140140

0 commit comments

Comments
 (0)