Skip to content

Commit 0bf8a9f

Browse files
committed
minor fix
1 parent 16bf6c2 commit 0bf8a9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sidebar/search/AddressInput.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ export default function AddressInput(props: AddressInputProps) {
149149
props.onAddressSelected(item.toText(), item.point)
150150
}
151151
}
152+
searchInput.current!.blur()
152153
break
153154
}
154155
},

0 commit comments

Comments
 (0)