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 229373b commit 9971b1aCopy full SHA for 9971b1a
src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMapPoly.java
@@ -57,6 +57,7 @@ public GoogleMapPoly(List<GoogleMapPoint> points) {
57
setFillColor(DEFAULT_FILL_COLOR);
58
setFillOpacity(DEFAULT_FILL_OPACITY);
59
setPoints(points);
60
+ getElement().setAttribute("slot", "objects");
61
}
62
63
public void setFillOpacity(double opacity) {
0 commit comments