mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-22 19:13:49 +01:00
formatting
This commit is contained in:
parent
2b5d240487
commit
01bd55796e
@ -71,9 +71,7 @@ class InputText extends React.Component {
|
|||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
className={classes.textInput}
|
className={classes.textInput}
|
||||||
style={{
|
style={{ family: shapeData.text.family }}
|
||||||
family: shapeData.text.family
|
|
||||||
}}
|
|
||||||
value={shapeData.text.text}
|
value={shapeData.text.text}
|
||||||
ref="text"
|
ref="text"
|
||||||
spellCheck="false"
|
spellCheck="false"
|
||||||
|
Loading…
Reference in New Issue
Block a user