From 4eeafd9df5623609ba9d8c32a0a5760fb862ee76 Mon Sep 17 00:00:00 2001 From: sam <43527203+bytemunch@users.noreply.github.com> Date: Fri, 10 Nov 2023 14:27:26 +0000 Subject: [PATCH] fix #107 (#119) --- examples/text_input.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/text_input.rs b/examples/text_input.rs index f65e4da..535ecb3 100644 --- a/examples/text_input.rs +++ b/examples/text_input.rs @@ -149,7 +149,6 @@ fn main() { title: "bevy • text_input".into(), present_mode: PresentMode::AutoVsync, fit_canvas_to_parent: true, - prevent_default_event_handling: false, ..default() }), ..default() -- GitLab