diff --git a/frontend/src/Editor/Viewer.jsx b/frontend/src/Editor/Viewer.jsx index 3b4276a7cc..d9395a907a 100644 --- a/frontend/src/Editor/Viewer.jsx +++ b/frontend/src/Editor/Viewer.jsx @@ -210,6 +210,7 @@ class ViewerComponent extends React.Component { computeComponentState(components).then(async () => { this.setState({ initialComputationOfStateDone: true, defaultComponentStateComputed: true }); + useCurrentStateStore.getState().actions.setEditorReady(true); this.runQueries(dataQueries); const currentPageEvents = this.state.events.filter(