mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-08-28 22:21:12 -04:00
alphabetize
This commit is contained in:
parent
f5c2fe2dd6
commit
2dbce9186d
1 changed files with 6 additions and 9 deletions
|
@ -58,16 +58,13 @@ class ModeTools extends React.Component {
|
|||
}
|
||||
|
||||
ModeTools.propTypes = {
|
||||
clipboardItems: PropTypes.arrayOf(PropTypes.array),
|
||||
setClipboardItems: PropTypes.func.isRequired,
|
||||
|
||||
incrementPasteOffset: PropTypes.func.isRequired,
|
||||
pasteOffset: PropTypes.number,
|
||||
|
||||
clearSelectedItems: PropTypes.func.isRequired,
|
||||
setSelectedItems: PropTypes.func.isRequired,
|
||||
|
||||
onUpdateSvg: PropTypes.func.isRequired
|
||||
clipboardItems: PropTypes.arrayOf(PropTypes.array),
|
||||
incrementPasteOffset: PropTypes.func.isRequired,
|
||||
onUpdateSvg: PropTypes.func.isRequired,
|
||||
pasteOffset: PropTypes.number,
|
||||
setClipboardItems: PropTypes.func.isRequired,
|
||||
setSelectedItems: PropTypes.func.isRequired
|
||||
};
|
||||
|
||||
const mapStateToProps = state => ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue