Skip to content

Commit

Permalink
Correct horizontal direction of dones input popover
Browse files Browse the repository at this point in the history
Regression of 039ca08

#fix
  • Loading branch information
aduth committed May 28, 2017
1 parent 60a2b4b commit 28b01d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/done-input/textarea.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default class DoneInputTextarea extends Component {
aria-label={ translate( 'Done or goal' ) }
placeholder={ translate( 'What have you been up to?' ) } />
<PopoverMenu
position="bottom-left"
position="bottom-right"
selectKeyCode={ 9 }
onSelect={ this.onSelectSuggestion }
items={ suggestions }
Expand Down

0 comments on commit 28b01d2

Please sign in to comment.