akvelon / flutter-code-editor

Flutter Code Editor is a multi-platform code editor supporting syntax highlighting, code blocks folding, autocompletion, read-only code blocks, hiding specific code blocks, themes, and more.
https://akvelon.com
Apache License 2.0
197 stars 47 forks source link

Foldable block doesn't fold correctly when there is another foldable block at the end of the first #213

Open yescorp opened 1 year ago

yescorp commented 1 year ago

Initial code:

Screen Shot 2023-04-13 at 12 21 15

When folding at 3, the start of the next foldable block also becomes hidden:

Screen Shot 2023-04-13 at 12 21 24
alexeyinkin commented 1 year ago