sort of fix text editing (better but still bad)

This commit is contained in:
2025-09-11 17:12:11 -04:00
parent 242c3b992e
commit e9853120ce
3 changed files with 13 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ pub struct TextAttrs {
pub family: Family<'static>,
}
#[derive(Default)]
#[derive(Default, Debug, Copy, Clone)]
pub enum Cursor {
#[default]
None,