Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Bump wc version in Scroller (#144)
Browse files Browse the repository at this point in the history
to be in sync with HorizontalLayout and VerticalLayout, the version with RTL
  • Loading branch information
pekam committed Apr 15, 2020
1 parent 638532d commit c2bba9d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* {@link #setScrollDirection(ScrollDirection)}
*/
@Tag("vaadin-scroller")
@NpmPackage(value = "@vaadin/vaadin-ordered-layout", version = "1.2.0-alpha3")
@NpmPackage(value = "@vaadin/vaadin-ordered-layout", version = "1.3.0-alpha1")
@JsModule("@vaadin/vaadin-ordered-layout/vaadin-scroller.js")
public class Scroller extends Component implements HasSize, HasStyle {

Expand Down Expand Up @@ -167,4 +167,4 @@ private static ScrollDirection fromWebComponentValue(
: BOTH;
}
}
}
}

0 comments on commit c2bba9d

Please sign in to comment.