add patches
This commit is contained in:
parent
a6f4b5ac0a
commit
0ee56eecfb
5 changed files with 189 additions and 0 deletions
11
patches/graphics_editor.patch
Normal file
11
patches/graphics_editor.patch
Normal 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));
|
||||
Loading…
Add table
Add a link
Reference in a new issue