Update iced_baseview dependency

This commit is contained in:
Robbert van der Helm
2022-03-13 18:45:57 +01:00
parent 130ef8ac0e
commit fe1db50678
2 changed files with 2 additions and 1 deletions

View File

@@ -227,6 +227,7 @@ impl<E: IcedEditor> Editor for IcedEditorWrapper<E> {
#[cfg(not(feature = "opengl"))]
gl_config: None,
},
ignore_non_modifier_keys: false,
// We use this wrapper to be able to pass the GUI context to the editor
flags: (
context,