1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-27 00:58:36 +00:00

Only close dialogue after selection.

This commit is contained in:
Brenden Matthews 2022-10-01 17:53:38 -05:00 committed by Brenden Matthews
parent 34a0040d27
commit ca55666d1d

View File

@ -112,8 +112,8 @@ const Search: React.FunctionComponent<SearchProps> = (props) => {
if (value.item.kind === 'lua') {
router.push(`/lua#${value.item.name}`, undefined, { scroll: false })
}
setIsOpen(false)
}
setIsOpen(false)
}
const closeModal = () => {