Skip to content

Commit

Permalink
chore: update quill fork
Browse files Browse the repository at this point in the history
  • Loading branch information
sissbruecker authored Aug 5, 2024
1 parent 298ac50 commit 5e17bc2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions src/vaadin-rich-text-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,18 @@
this._editor.on('selection-change', this.__announceFormatting.bind(this));
}

connectedCallback() {
super.connectedCallback();

this._editor.emitter.connect();
}

disconnectedCallback() {
super.connectedCallback();

this._editor.emitter.disconnect();
}

/** @private */
_prepareToolbar() {
const clean = Quill.imports['modules/toolbar'].DEFAULTS.handlers.clean;
Expand Down
4 changes: 2 additions & 2 deletions vendor/vaadin-quill.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/vaadin-quill.min.js.map

Large diffs are not rendered by default.

0 comments on commit 5e17bc2

Please sign in to comment.