Skip to content

Commit

Permalink
Update for latest breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Sep 18, 2024
1 parent 68e8564 commit 56986f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ fn create(
commands.entity(overflow_container).add_child(text);
commands
.entity(trigger.entity())
.push_children(&[overflow_container, placeholder_text]);
.add_children(&[overflow_container, placeholder_text]);

// Prevent clicks from registering on UI elements underneath the text input.
commands.entity(trigger.entity()).insert(FocusPolicy::Block);
Expand Down

0 comments on commit 56986f6

Please sign in to comment.