feat(editor): Add wysiwyg editor
This commit is contained in:
@@ -61,6 +61,7 @@ export class WysiwygBlocks {
|
||||
@blur="${handlers.onBlur}"
|
||||
@compositionstart="${handlers.onCompositionStart}"
|
||||
@compositionend="${handlers.onCompositionEnd}"
|
||||
.textContent="${block.content}"
|
||||
></div>
|
||||
`;
|
||||
}
|
||||
|
Reference in New Issue
Block a user