Implement BesQuillService grammar-checking class
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user