update
This commit is contained in:
@@ -130,8 +130,6 @@ function handleShowBausteine() {
|
|||||||
|
|
||||||
async function handleSidebarAddBaustein(title) {
|
async function handleSidebarAddBaustein(title) {
|
||||||
if (!selectedTopic.value) return
|
if (!selectedTopic.value) return
|
||||||
showBausteine.value = true
|
|
||||||
previewGuide.value = null
|
|
||||||
await apiCreateBaustein(selectedTopic.value, title)
|
await apiCreateBaustein(selectedTopic.value, title)
|
||||||
bausteineRefreshKey.value++
|
bausteineRefreshKey.value++
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user