Skip to content

Commit e12d82a

Browse files
committed
[Fix]: tutorial modal reappear
1 parent 3eca6dc commit e12d82a

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)