add patches

This commit is contained in:
Your Name 2025-05-15 01:55:02 +02:00
parent a6f4b5ac0a
commit 0ee56eecfb
5 changed files with 189 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- 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));