Implement BesQuillService grammar-checking class

This commit is contained in:
2025-01-20 13:31:19 +01:00
parent cbeadb4d5a
commit 18d23633ff
2 changed files with 106 additions and 1 deletions

View File

@@ -42,7 +42,7 @@
const quill = new Quill('#editor', {
theme: 'snow',
});
BesService.registerByElement(quill.root, new BesStatusIconEventSink())
BesQuillService.register(quill.root, quill, new BesStatusIconEventSink())
</script>
</body>