mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-11-13 01:37:55 +01:00
fix last commit
This commit is contained in:
parent
ac42aa31ec
commit
b9c20c6028
@ -50,7 +50,7 @@ class DoodlePreview extends React.Component {
|
||||
render() {
|
||||
const { width, height, className } = this.props;
|
||||
return (
|
||||
<canvas className={className} width={width} height={height} ref="canvas" />
|
||||
<canvas width={width} height={height} className={className} ref="canvas" />
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user