mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2025-01-03 08:33:48 +01:00
fix last commit
This commit is contained in:
parent
ac42aa31ec
commit
b9c20c6028
@ -50,7 +50,7 @@ class DoodlePreview extends React.Component {
|
|||||||
render() {
|
render() {
|
||||||
const { width, height, className } = this.props;
|
const { width, height, className } = this.props;
|
||||||
return (
|
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