diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 3884f5e..96b70a5 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -130,8 +130,6 @@ function handleShowBausteine() { async function handleSidebarAddBaustein(title) { if (!selectedTopic.value) return - showBausteine.value = true - previewGuide.value = null await apiCreateBaustein(selectedTopic.value, title) bausteineRefreshKey.value++ }