diff --git a/app/components/chat/Artifact.tsx b/app/components/chat/Artifact.tsx index ddff627..d741aa2 100644 --- a/app/components/chat/Artifact.tsx +++ b/app/components/chat/Artifact.tsx @@ -163,7 +163,6 @@ function openArtifactInWebBuilder(pageName: string, rootDomId: string) { webBuilderStore.currentView.set('code'); } webBuilderStore.setSelectedPage(pageName); - webBuilderStore.setActiveSectionByPageName(pageName); webBuilderStore.editorStore.scrollToElement(rootDomId); }