Skip to content

Commit

Permalink
remove focus on reset button
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth Agarwal committed Oct 12, 2023
1 parent 440de91 commit 5e9ea08
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,7 @@ fun InputDropDown(
contentDescription = "Reset Button",
)
},
onClick = {
focusRequester.requestFocus()
onResetButtonClicked.invoke()
},
onClick = onResetButtonClicked
)
}
} else {
Expand Down

0 comments on commit 5e9ea08

Please sign in to comment.