-
I noticed a bug when trying to set image width using quill's delta in react-quill.
Code is:
```
modules: {
clipboard: {
matchers: [
['img', (node, delta) => {
retu…
-
> Please save me some time and use the following template. In 90% of all issues I can't reproduce the problem because I don't know what exactly you are doing, in which environment, or which y-* versio…
-
Hi I am receiving the following error when the angular app starts
Uncaught SyntaxError: Unexpected token ':'
at Object../node_modules/quill-delta/dist/Op.js (:4200/vendor.js:61536:9)
at _…
-
**Checklist**
[ ] Are you reporting a bug? Use github issues for bug reports and feature requests. For general questions, please use https://discuss.yjs.dev/
[ ] Try to report your issue in the co…
-
Hi,
I have this plugin notustohtml: ^0.0.8 in pubspec.yaml
When I try upgrade quill_delta to quill_delta: ^2.0.0 it shows me this error msg in pubspec.yaml
`
Because notustohtml 0.0.8 depends …
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues)
### Flutter Quill version
master branch
### Steps to reprodu…
-
when i add table code it's showing like
```
const delta = this.quill.clipboard.convert(
'CompanyContactCountry'
);
this.quill.setContents(delta, 'silent');
```
### ReactQuill vers…
-
Hi @visualjerk,
sorry to ask a question as an issue, hope this is ok for you.
Actually I just wanted to ask if you tested your magic URL module with Quill 2.0. I can't get it working and wanted to k…
-
**Steps for Reproduction**
1. Visit [empty playground](https://quilljs.com/playground/snow)
2. Create nested list with at least two levels
3. Delete the first level
**Expected behavior**:
…
-
#### React-Quill version
- [ ] 1.1.0
An initial onChange() is thrown just after setting the value of the component using the value attribute. Even though the HTML is semantically identical, the a…