Skip to content

Commit

Permalink
chore: Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Feb 10, 2024
1 parent 22831b1 commit 590a0e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/components/src/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ pub fn Input(
let theme = use_applied_theme!(&theme, input);
let mut focus = use_focus();

let focus_id = focus.attribute();
if &value != editable.editor().read().rope() {
editable.editor_mut().write().set(&value);
}
Expand Down

0 comments on commit 590a0e0

Please sign in to comment.