From ca4fab76871c9182a4f8f5e1974b75da866f9a4e Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sun, 23 Oct 2022 10:38:59 -0700 Subject: [PATCH] Adjust timeout --- packages/editor/src/components/toolbar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor/src/components/toolbar/index.tsx b/packages/editor/src/components/toolbar/index.tsx index 91888a9f..2367bfeb 100644 --- a/packages/editor/src/components/toolbar/index.tsx +++ b/packages/editor/src/components/toolbar/index.tsx @@ -38,7 +38,7 @@ export const ToolbarButtonOption = (props: { configuration: ActionConfig }) => { title={props.configuration.tooltip || ''} disableInteractive arrow={true} - enterDelay={7000} + enterDelay={700} >