bugfix in rendering non-top zettels

This commit is contained in:
Kartik K. Agaram 2022-02-08 19:20:13 -08:00
parent e397220f9d
commit c3422e101f
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@
> x = indent+1
> end
> end
> if y >= starty + view_settings.height then
> if y >= view_settings.height then
> break
> end
> end