Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Feb 23, 2024
1 parent 6efd331 commit 2d04a93
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const InputBase = <T extends { toString: () => string } | undefined = str
// at the end of the input. Example AddressInput
const onFocus = (e: FocusEvent<HTMLInputElement, Element>) => {
if (reFocus !== undefined) {
console.log("Running OnFocus", reFocus);
e.currentTarget.setSelectionRange(e.currentTarget.value.length, e.currentTarget.value.length);
}
};
Expand Down

0 comments on commit 2d04a93

Please sign in to comment.