mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-22 19:13:49 +01:00
add render
This commit is contained in:
parent
72667791cd
commit
0314078463
@ -48,9 +48,10 @@ class DoodlePreview extends React.Component {
|
|||||||
|
|
||||||
onResize = (width, height) => {
|
onResize = (width, height) => {
|
||||||
window.requestAnimationFrame(() => {
|
window.requestAnimationFrame(() => {
|
||||||
const { setSize } = this.state;
|
const { setSize, render } = this.state;
|
||||||
const { pixelRatio } = this.props;
|
const { pixelRatio } = this.props;
|
||||||
setSize(width, height, pixelRatio);
|
setSize(width, height, pixelRatio);
|
||||||
|
render();
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user