auto-git:
[change] src/app/App.tsx
This commit is contained in:
@@ -5015,9 +5015,15 @@ export function App({
|
|||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
editorSimulationController.updateInputs({
|
editorSimulationController.updateInputs({
|
||||||
document: editorState.document,
|
document: editorState.document,
|
||||||
|
projectDocument: editorState.projectDocument,
|
||||||
loadedModelAssets
|
loadedModelAssets
|
||||||
});
|
});
|
||||||
}, [editorSimulationController, editorState.document, loadedModelAssets]);
|
}, [
|
||||||
|
editorSimulationController,
|
||||||
|
editorState.document,
|
||||||
|
editorState.projectDocument,
|
||||||
|
loadedModelAssets
|
||||||
|
]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (editorState.toolMode === "play") {
|
if (editorState.toolMode === "play") {
|
||||||
|
|||||||
Reference in New Issue
Block a user