diff --git a/components/admin/AdminBlockEditor.vue b/components/admin/AdminBlockEditor.vue
index bddd31d..2af6e11 100644
--- a/components/admin/AdminBlockEditor.vue
+++ b/components/admin/AdminBlockEditor.vue
@@ -881,7 +881,7 @@ watch(() => props.modelValue, (value) => {
const currentValue = serializeBlocks()
- if (value === currentValue) {
+ if (value === currentValue && editorBlocks.value.length) {
return
}
diff --git a/components/site/LeftSidebar.vue b/components/site/LeftSidebar.vue
index 9729b38..f43bf24 100644
--- a/components/site/LeftSidebar.vue
+++ b/components/site/LeftSidebar.vue
@@ -13,16 +13,16 @@ const { data: tags } = await useFetch('/api/tags', {
Home pages
⌄
-