Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Properly rename call to toggle picker function.
  • Loading branch information
afercia committed Sep 29, 2017
commit a612cddc9ec5b14011a1021c168fd28f1375c54c
2 changes: 1 addition & 1 deletion blocks/color-palette/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class ColorPalette extends Component {
color={ value }
onChangeComplete={ ( color ) => {
onChange( color.hex );
this.closePicker();
this.togglePicker();
} }
style={ { width: '100%' } }
disableAlpha
Expand Down