This commit is contained in:
Team3
2026-05-29 18:44:52 +02:00
parent 19280f7346
commit a91493d533

View File

@@ -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++
}