mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-24 05:09:52 -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>
|
</InputGroup>
|
||||||
|
|
||||||
{/* To be rotation point */}
|
{/* To be rotation point */}
|
||||||
<InputGroup>
|
{/* <InputGroup>
|
||||||
<EditFieldButton
|
<EditFieldButton
|
||||||
imgAlt="Rotation Point Icon"
|
imgAlt="Rotation Point Icon"
|
||||||
imgSrc={rotationPointIcon}
|
imgSrc={rotationPointIcon}
|
||||||
title="Rotation Point"
|
title="Rotation Point"
|
||||||
onClick={function () {}}
|
onClick={function () {}}
|
||||||
/>
|
/>
|
||||||
</InputGroup>
|
</InputGroup> */}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Second Row */}
|
{/* Second Row */}
|
||||||
|
|
Loading…
Reference in a new issue