Skip to content

Commit a17a315

Browse files
committed
update yanchor values and defaults in draw_newshape
1 parent 9a4a121 commit a17a315

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/shapes/draw_newshape/attributes.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ module.exports = {
118118
},
119119
yanchor: {
120120
valType: 'enumerated',
121-
values: ['auto', 'top', 'middle', 'bottom'],
122-
dflt: 'auto',
121+
values: ['top', 'middle', 'bottom'],
123122
editType: 'none',
124123
description: 'Sets the text box\'s vertical position anchor.',
125124
},

0 commit comments

Comments
 (0)