fix: reset display size on render

This commit is contained in:
🪞👃🪞 2024-09-06 17:39:37 +03:00
parent eb122585d6
commit 4320e6f6b4
4 changed files with 12 additions and 20 deletions

View file

@ -1,8 +1,7 @@
/// Phrase editor.
pub(crate) use tek_core::*;
pub(crate) use tek_core::ratatui::prelude::*;
pub(crate) use tek_core::crossterm::event::{KeyCode, KeyModifiers};
pub(crate) use tek_core::crossterm::event::KeyCode;
pub(crate) use tek_core::midly::{num::u7, live::LiveEvent, MidiMessage};
pub(crate) use tek_core::jack::*;
pub(crate) use std::sync::{Arc, RwLock};