ability to move blocks

This commit is contained in:
Niels Lyngsø
2024-05-28 01:07:47 +02:00
parent de24c82a4e
commit cc72365f92

View File

@@ -98,6 +98,8 @@ export class UmbBlockRteEntryElement extends UmbLitElement implements UmbPropert
this.classList.add('uui-font');
// eslint-disable-next-line wc/no-self-class
this.classList.add('uui-text');
this.setAttribute('contenteditable', 'false');
}
#renderRefBlock() {