We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83736b5 commit f39091dCopy full SHA for f39091d
packages/app/src/app/pages/Sandbox/Editor/index.tsx
@@ -31,7 +31,9 @@ const StatusBar = styled.div`
31
const ContentSplit = () => {
32
const { state, actions, effects, reaction } = useOvermind();
33
const statusbarEl = useRef(null);
34
- const [showSkeleton, setShowSkeleton] = useState(true);
+ const [showSkeleton, setShowSkeleton] = useState(
35
+ !state.editor.hasLoadedInitialModule
36
+ );
37
const [localState, setLocalState] = useState({
38
theme: {
39
colors: {},
0 commit comments