Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gucal committed Apr 9, 2024
1 parent 3dafe3b commit 575bd78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/inputnumber/InputNumber.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ export const InputNumber = React.memo(
newValueStr = deleteRange(inputValue, selectionStart, selectionEnd);
updateValue(event, newValueStr, null, 'delete-range');
}

break;

// del
Expand Down
1 change: 1 addition & 0 deletions components/lib/multiselect/MultiSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ export const MultiSelect = React.memo(
}

let focusedItem;

if (event) {
focusedItem = event.currentTarget;
} else {
Expand Down

0 comments on commit 575bd78

Please sign in to comment.