Skip to content

Commit 522861e

Browse files
committed
fix: block description
1 parent a379c06 commit 522861e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/utils/block.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ class Block implements BlockOptions {
272272
const componentStore = useComponentStore()
273273
return componentStore.getComponentName(this.componentName)
274274
}
275-
return this.blockName || this.originalElement
275+
return this.blockName || this.componentName || this.originalElement
276276
}
277277

278278
editInFragmentMode() {

0 commit comments

Comments
 (0)