Skip to content

Commit 142385a

Browse files
committed
fix: test coverage
1 parent 2bd8a5c commit 142385a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OptionList.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ const OptionList: React.ForwardRefRenderFunction<ReviseRefOptionListProps> = (_,
200200

201201
const getNextMatchingNode = (
202202
currentKey: Key | null,
203-
direction: 'next' | 'prev' = 'next',
203+
direction: 'next' | 'prev',
204204
): EventDataNode<any> | null => {
205205
const availableNodes = availableNodesRef.current;
206206

0 commit comments

Comments
 (0)