mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 21:26:43 +01:00
using Cell directly fixes fullscreen performance
This commit is contained in:
parent
d75600188e
commit
6724f3848d
3 changed files with 32 additions and 14 deletions
|
|
@ -1,9 +1,10 @@
|
|||
mod focus; pub use self::focus::*;
|
||||
mod container; pub use self::container::*;
|
||||
mod scroll; pub use self::scroll::*;
|
||||
mod table; pub use self::table::*;
|
||||
mod lozenge; pub use self::lozenge::*;
|
||||
|
||||
pub mod table;
|
||||
|
||||
use crate::core::*;
|
||||
|
||||
pub trait Modal<T>: Device {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue