Skip to content

Commit 3589d7c

Browse files
Merge pull request #2093 from iamfaran/fix/demo-modal
[Fix]: tutorial modal reappear
2 parents e1bf071 + e12d82a commit 3589d7c

File tree

1 file changed

+2
-1
lines changed
  • client/packages/lowcoder-design/src/components

1 file changed

+2
-1
lines changed

client/packages/lowcoder-design/src/components/toolTip.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ export const TutorialsTooltip = ({
210210
step,
211211
backProps,
212212
skipProps,
213+
closeProps,
213214
primaryProps,
214215
tooltipProps,
215216
isLastStep,
@@ -219,7 +220,7 @@ export const TutorialsTooltip = ({
219220
<ToolTipDiv {...tooltipProps} style={{ width: step.styles?.options?.width }}>
220221
<TooltipHeader>
221222
{step.title && <Title>{step.title}</Title>}
222-
<CloseDiv {...skipProps}>
223+
<CloseDiv {...closeProps}>
223224
<CloseIcon />
224225
</CloseDiv>
225226
</TooltipHeader>

0 commit comments

Comments
 (0)