iced/patches/graphics_editor.patch
2025-05-15 01:55:02 +02:00

11 lines
432 B
Diff

--- iced-o/graphics/src/text/editor.rs 2025-04-23 13:38:47.116236834 +0200
+++ iced/graphics/src/text/editor.rs 2025-04-23 13:52:25.065135072 +0200
@@ -438,6 +438,8 @@
cosmic_text::Action::Scroll { lines },
);
}
+ // Do nothing, these are for user convenience only
+ Action::Focus | Action::Blur => {}
}
self.0 = Some(Arc::new(internal));