diff --git a/core/core-frontend/src/utils/DeShortcutKey.ts b/core/core-frontend/src/utils/DeShortcutKey.ts index 13fcc990e7..dc6a7758bb 100644 --- a/core/core-frontend/src/utils/DeShortcutKey.ts +++ b/core/core-frontend/src/utils/DeShortcutKey.ts @@ -235,7 +235,7 @@ function preview() { } function deleteComponent() { - if (curComponent.value) { + if (curComponent.value && curComponent.value.component !== 'GroupArea') { const curInfo = getCurInfo() if (curInfo) { dvMainStore.deleteComponent(curInfo.index, curInfo.componentData)