mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 14:47:56 +01:00
Adjust timeout
This commit is contained in:
parent
5f564166d9
commit
ca4fab7687
@ -38,7 +38,7 @@ export const ToolbarButtonOption = (props: { configuration: ActionConfig }) => {
|
|||||||
title={props.configuration.tooltip || ''}
|
title={props.configuration.tooltip || ''}
|
||||||
disableInteractive
|
disableInteractive
|
||||||
arrow={true}
|
arrow={true}
|
||||||
enterDelay={7000}
|
enterDelay={700}
|
||||||
>
|
>
|
||||||
<Box component="span" my="auto">
|
<Box component="span" my="auto">
|
||||||
<IconButton
|
<IconButton
|
||||||
|
Loading…
Reference in New Issue
Block a user