Dave Kaplan

Results 3 comments of Dave Kaplan

By [adding a matcher](https://quilljs.com/docs/modules/clipboard/#addmatcher) I was able to get it to preserve the `ql-size-xx` format, like so: ```js function preserveSizeFormat(node, delta) { const match = node.className.match(/ql-size-(.*)/) const fontSize = node.style['font-size']...

One fix we discovered for this was to change the [Quill debug setting](https://quilljs.com/docs/api/#debug): `Quill.debug('error')` Changing the level to `error` will suppress warnings like this one.

@eposse the solution above also worked for me. Use the Github button to open the right pane, and then drag the "unanchored" Git pane back into the right pane. Attached...