Skip to content

Commit

Permalink
fix: Search ios clear
Browse files Browse the repository at this point in the history
  • Loading branch information
linjinze999 committed Dec 19, 2024
1 parent 197bfd3 commit 450a288
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function getRenderInfo(params: SearchRenderParams): SearchRenderI
},
}
: {
onClick(e) {
onClick(e?: any) {
onClear();
(clearIcon as any)?.onClear?.(e);
},
Expand Down

0 comments on commit 450a288

Please sign in to comment.