Fix stl download bug
This commit is contained in:
@@ -583,7 +583,7 @@ function Footer() {
|
|||||||
to="https://github.com/Irev-Dev/cadhub/graphs/contributors"
|
to="https://github.com/Irev-Dev/cadhub/graphs/contributors"
|
||||||
className="font-bold"
|
className="font-bold"
|
||||||
>
|
>
|
||||||
19 contributors
|
20 contributors
|
||||||
</OutBound>{' '}
|
</OutBound>{' '}
|
||||||
from around the world.
|
from around the world.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -355,7 +355,7 @@ export const requestRender = ({ dispatch, ...rest }: RequestRenderArgs) => {
|
|||||||
if (!renderPromise) {
|
if (!renderPromise) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
renderPromise
|
return renderPromise
|
||||||
.then(
|
.then(
|
||||||
({
|
({
|
||||||
objectData,
|
objectData,
|
||||||
|
|||||||
Reference in New Issue
Block a user