Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Oct 26, 2023
1 parent ee39a68 commit 8ddebeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion crates/components/src/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ pub fn Input<'a>(cx: Scope<'a, InputProps<'a>>) -> Element {

render!(
rect {

width: "{width}",
height: "{height}",
direction: "vertical",
Expand Down
2 changes: 1 addition & 1 deletion crates/core/src/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ fn measure_dom_events(
*node_id,
element_id,
&request_event,
Some(areas.area),
Some(areas.visible_area()),
scale_factor,
);
new_events.push(event);
Expand Down

0 comments on commit 8ddebeb

Please sign in to comment.