Skip to content

Commit 51b286e

Browse files
committed
updatemenus: fix 'yanchor' dflr
- 'bottom' -> 'top' - 'bottom' was misplaced in #770 when the attributes were ported over from range selectors
1 parent 0daa5d6 commit 51b286e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/updatemenus/attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ module.exports = {
100100
yanchor: {
101101
valType: 'enumerated',
102102
values: ['auto', 'top', 'middle', 'bottom'],
103-
dflt: 'bottom',
103+
dflt: 'top',
104104
role: 'info',
105105
description: [
106106
'Sets the update menu\'s vertical position anchor',

test/image/baselines/updatemenus.png

168 Bytes
Loading

0 commit comments

Comments
 (0)