Skip to content

Commit

Permalink
Switch sink and lift icon positions in editor toolbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
flachware committed Mar 22, 2017
1 parent e402d94 commit 5a5c4af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/editor/toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,14 @@ class EditorToolbar extends PureComponent {
icon={<IconNumberedList/>}
title="editor.commands.ol"
onMouseDown={this.ol}/>
<IconButton
canHaveFocus={false}
icon={<IconLift/>}
onMouseDown={this.liftListItem}/>
<IconButton
canHaveFocus={false}
icon={<IconSink/>}
onMouseDown={this.sinkListItem}/>
<IconButton
canHaveFocus={false}
icon={<IconLift/>}
onMouseDown={this.liftListItem}/>
</ToolGroup>
<ToolGroup>
<IconButton
Expand Down

0 comments on commit 5a5c4af

Please sign in to comment.