Skip to content

Commit ea16d37

Browse files
authored
Merge branch 'main' into cd-moar
2 parents 9704a9b + a8569d7 commit ea16d37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ fn main() -> AppExit {
6666
primary_window: Window {
6767
title: "Foxtrot".to_string(),
6868
fit_canvas_to_parent: true,
69+
#[cfg(feature = "web")]
70+
prevent_default_event_handling: true,
6971
..default()
7072
}
7173
.into(),

0 commit comments

Comments
 (0)