This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new ca507413 Delay for #856
ca507413 is described below

commit ca507413cda0f7c0425cf9c97548ccadb6927204
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Wed May 29 09:44:25 2024 -0400

    Delay for #856
---
 karavan-app/src/main/webui/src/designer/selector/DslCard.tsx | 2 +-
 karavan-designer/src/designer/selector/DslCard.tsx           | 2 +-
 karavan-space/src/designer/selector/DslCard.tsx              | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/karavan-app/src/main/webui/src/designer/selector/DslCard.tsx 
b/karavan-app/src/main/webui/src/designer/selector/DslCard.tsx
index 2fc56086..78d121d5 100644
--- a/karavan-app/src/main/webui/src/designer/selector/DslCard.tsx
+++ b/karavan-app/src/main/webui/src/designer/selector/DslCard.tsx
@@ -59,7 +59,7 @@ export function DslCard (props: Props) {
             </CardHeader>
             <CardBody>
                 {/*<Text>{dsl.description}</Text>*/}
-                <Tooltip content={dsl.description} 
position={TooltipPosition.bottom}>
+                <Tooltip content={dsl.description} 
position={TooltipPosition.bottom} entryDelay={1000}>
                     <Text 
className="pf-v5-u-color-200">{dsl.description}</Text>
                 </Tooltip>
             </CardBody>
diff --git a/karavan-designer/src/designer/selector/DslCard.tsx 
b/karavan-designer/src/designer/selector/DslCard.tsx
index 2fc56086..78d121d5 100644
--- a/karavan-designer/src/designer/selector/DslCard.tsx
+++ b/karavan-designer/src/designer/selector/DslCard.tsx
@@ -59,7 +59,7 @@ export function DslCard (props: Props) {
             </CardHeader>
             <CardBody>
                 {/*<Text>{dsl.description}</Text>*/}
-                <Tooltip content={dsl.description} 
position={TooltipPosition.bottom}>
+                <Tooltip content={dsl.description} 
position={TooltipPosition.bottom} entryDelay={1000}>
                     <Text 
className="pf-v5-u-color-200">{dsl.description}</Text>
                 </Tooltip>
             </CardBody>
diff --git a/karavan-space/src/designer/selector/DslCard.tsx 
b/karavan-space/src/designer/selector/DslCard.tsx
index 2fc56086..78d121d5 100644
--- a/karavan-space/src/designer/selector/DslCard.tsx
+++ b/karavan-space/src/designer/selector/DslCard.tsx
@@ -59,7 +59,7 @@ export function DslCard (props: Props) {
             </CardHeader>
             <CardBody>
                 {/*<Text>{dsl.description}</Text>*/}
-                <Tooltip content={dsl.description} 
position={TooltipPosition.bottom}>
+                <Tooltip content={dsl.description} 
position={TooltipPosition.bottom} entryDelay={1000}>
                     <Text 
className="pf-v5-u-color-200">{dsl.description}</Text>
                 </Tooltip>
             </CardBody>

Reply via email to