Cat

Results 217 comments of Cat

Using `customLeadingBlockBuilder` you can use `leadingConfigurations.getIndexNumberByIndent;` to get the correct index for ordered lists (you can assume that `leadingConfigurations` is the param passed by `customLeadingBlockBuilder` that contains this method), and...

> Do you mean that you have Yeah, that's the result that i getting. But, if you have the lastest version of the package, and this persist, please show a...

I'll take a look what could be happening

I think it is. I will fix another thing first and after i'll fix this. I guess that could be a issue with logic.

I'll take a look if that PR could be the issue

Use `leading` param and set the same style of `paragraph` to fix this. When a line is empty, the `QuillEditor` uses it as a `leading` instead a `paragraph`.

This probably will be fixed soon. We just need some time. Thanks for reporting this error.

Does this issue still persists? If not i will close it.

I resolve this issue using this: ```dart bool canScroll = false; //set to false to apply just at the first time the setState //Scrollbar is optional, any widget that uses...