mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-10 14:42:13 -05:00
Add back in missing props
Whoops! Thanks @fsih
This commit is contained in:
parent
e384c07e3d
commit
58355ea4c7
1 changed files with 4 additions and 1 deletions
|
@ -307,7 +307,10 @@ class PaintEditorComponent extends React.Component {
|
|||
/>
|
||||
</InputGroup>
|
||||
<InputGroup className={styles.modModeTools}>
|
||||
<ModeToolsComponent />
|
||||
<ModeToolsComponent
|
||||
onCopyToClipboard={this.props.onCopyToClipboard}
|
||||
onPasteFromClipboard={this.props.onPasteFromClipboard}
|
||||
/>
|
||||
</InputGroup>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue