show notes in sequencer again

This commit is contained in:
🪞👃🪞 2024-10-18 21:20:39 +03:00
parent d0d600f77b
commit 359afb2e8c

View file

@ -238,7 +238,7 @@ impl PhraseEditor<Tui> {
}
}
}
for y in 0..buf.height/2 {
for y in 0..buf.height {
if y >= 64 {
break
}