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