Skip to content

Commit 38caff3

Browse files
committed
feat: rename removeBlockUdi to removeBlockKey
1 parent 58da807 commit 38caff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/block/block-rte/context/block-rte-manager.context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ export class UmbBlockRteManagerContext<
4343
* @internal
4444
*/
4545
public deleteLayoutElement(contentKey: string) {
46-
this.removeBlockUdi(contentKey);
46+
this.removeBlockKey(contentKey);
4747
}
4848
}

0 commit comments

Comments
 (0)