Skip to content

Commit

Permalink
apply label position to prevStory polygons
Browse files Browse the repository at this point in the history
  • Loading branch information
bgschiller committed Aug 31, 2017
1 parent 4a88d8b commit 01f19b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Grid/Grid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export default {
return geometryHelpers.vertexForId(nextVertexId, this.previousStoryGeometry);
}),
};
polygon.labelPosition = this.polygonLabelPosition(polygon.points);

// if the model is a space, set the polygon's color based on the current mode
if (model.type === 'space') {
Expand Down

0 comments on commit 01f19b0

Please sign in to comment.