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.

Home Page:https://akvelon.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

yescorp opened this issue · comments

commented

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

  • Will be solved with #86