Skip to content

Commit 2b46240

Browse files
Updating dist package
Manually updating dist package
1 parent 9f3b807 commit 2b46240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/components/Polygon.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
if (this.props.map !== prevProps.map) {
113113
if (this.polygon) {
114114
this.polygon.setMap(null);
115-
this.renderPolygon();
116115
}
116+
this.renderPolygon();
117117
}
118118
}
119119
}, {
@@ -206,4 +206,4 @@
206206
};
207207

208208
exports.default = Polygon;
209-
});
209+
});

0 commit comments

Comments
 (0)