fix: make TS happy
This commit is contained in:
parent
a7d1bd1411
commit
efc20eaa53
@ -1219,7 +1219,10 @@ export const _renderScene = ({
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
return renderOutput;
|
return {
|
||||||
|
atLeastOneVisibleElement: renderOutput.atLeastOneVisibleElement,
|
||||||
|
scrollBars: renderOutput.scrollBars ?? undefined,
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
const renderSceneThrottled = throttleRAF(
|
const renderSceneThrottled = throttleRAF(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user