mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-08 13:42:00 -05:00
fix merge
This commit is contained in:
parent
a538d10992
commit
251967fefb
1 changed files with 2 additions and 2 deletions
|
@ -150,14 +150,14 @@ class PaintEditorComponent extends React.Component {
|
|||
</InputGroup>
|
||||
|
||||
{/* To be rotation point */}
|
||||
<InputGroup>
|
||||
{/* <InputGroup>
|
||||
<EditFieldButton
|
||||
imgAlt="Rotation Point Icon"
|
||||
imgSrc={rotationPointIcon}
|
||||
title="Rotation Point"
|
||||
onClick={function () {}}
|
||||
/>
|
||||
</InputGroup>
|
||||
</InputGroup> */}
|
||||
</div>
|
||||
|
||||
{/* Second Row */}
|
||||
|
|
Loading…
Reference in a new issue