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:
parent
34a0040d27
commit
ca55666d1d
@ -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 = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user