Viktor Zhurbin
Viktor Zhurbin
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Steps to reproduce 🕹 Link to live example:...
**Question**: Do I have to create a new Quill instance to update `modules`? Or is there a way to update them directly, something like: ```ts const quill = new Quill(editorContainer,...
When Quill editor with a custom toolbar is re-instantiated, toolbar buttons get new event listeners added on top of each other, breaking mouse click behaviour. In our setup, modules need...
Please help me out if it's a bug or a feature. To me it's unexpected. **Steps for Reproduction** 1. Visit https://quilljs.com/playground/snow 2. Using the basic example, insert an **empty** code...
Am I right that `shortKey: null` is not processed correctly because of how [this check](https://github.com/slab/quill/blob/main/packages/quill/src/modules/keyboard.ts#L794) is written? Ie, `shortKey` is not replaced with `metaKey/ctrlKey` in this case, and has no...
**Steps for Reproduction** 1. Visit https://quilljs.com/playground/snow 2. Add a new line in the editor (Shift+Enter) 3. Turn on inline formatting, like bold 4. Try to remove contents with Cmd+A and...