feat: rename removeBlockUdi to removeBlockKey

This commit is contained in:
Jacob Overgaard
2024-09-30 12:24:26 +02:00
parent 7b0e3a757e
commit c64201479c

View File

@@ -43,6 +43,6 @@ export class UmbBlockRteManagerContext<
* @internal
*/
public deleteLayoutElement(contentKey: string) {
this.removeBlockUdi(contentKey);
this.removeBlockKey(contentKey);
}
}