sort of fix text editing (better but still bad)

This commit is contained in:
iris committed 2025-09-11 17:12:11 -04:00
1 parent 242c3b992e
commit e9853120ce
3 files changed
+13 -6

No files matched your search

+1 -1
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,