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