mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
fix: unselectable ProxyNodeCard also has cursor-pointer applied
This commit is contained in:
parent
b310b7d2ac
commit
d5112f23da
@ -20,9 +20,7 @@ export const ProxyCardGroups = (props: {
|
||||
<ProxyNodeCard
|
||||
proxyName={proxy}
|
||||
isSelected={props.now === proxy}
|
||||
onClick={() => {
|
||||
props.onClick?.(proxy!)
|
||||
}}
|
||||
onClick={props.onClick ? () => props.onClick?.(proxy!) : undefined}
|
||||
/>
|
||||
)}
|
||||
</InfiniteScroll>
|
||||
|
Loading…
Reference in New Issue
Block a user