mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 06:37: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 || ''}
|
||||
disableInteractive
|
||||
arrow={true}
|
||||
enterDelay={7000}
|
||||
enterDelay={700}
|
||||
>
|
||||
<Box component="span" my="auto">
|
||||
<IconButton
|
||||
|
Loading…
Reference in New Issue
Block a user