mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-30 12:18:09 +00:00
fix delay
This commit is contained in:
parent
9afda14f12
commit
e4dcc42026
@ -301,7 +301,7 @@ class LeftNavigation extends React.PureComponent<Props, State> {
|
|||||||
}
|
}
|
||||||
maxWidth={200}
|
maxWidth={200}
|
||||||
placement="bottom"
|
placement="bottom"
|
||||||
mouseEnterDelay={0.5}
|
delay={500}
|
||||||
>
|
>
|
||||||
<DeviceIconWrapper>
|
<DeviceIconWrapper>
|
||||||
<WalletTypeIcon
|
<WalletTypeIcon
|
||||||
@ -332,7 +332,7 @@ class LeftNavigation extends React.PureComponent<Props, State> {
|
|||||||
}
|
}
|
||||||
maxWidth={200}
|
maxWidth={200}
|
||||||
placement="bottom"
|
placement="bottom"
|
||||||
mouseEnterDelay={0.5}
|
delay={500}
|
||||||
>
|
>
|
||||||
<DeviceIconWrapper>
|
<DeviceIconWrapper>
|
||||||
<Counter>{this.props.devices.length}</Counter>
|
<Counter>{this.props.devices.length}</Counter>
|
||||||
@ -347,7 +347,7 @@ class LeftNavigation extends React.PureComponent<Props, State> {
|
|||||||
}
|
}
|
||||||
maxWidth={200}
|
maxWidth={200}
|
||||||
placement="bottom"
|
placement="bottom"
|
||||||
mouseEnterDelay={0.5}
|
delay={500}
|
||||||
>
|
>
|
||||||
<WalletTypeIconWrapper>
|
<WalletTypeIconWrapper>
|
||||||
<Link to={getPattern('wallet-settings')}>
|
<Link to={getPattern('wallet-settings')}>
|
||||||
|
Loading…
Reference in New Issue
Block a user