Skip to content

Commit 9371cda

Browse files
committed
Fix mask not being set for root tour
1 parent bd99271 commit 9371cda

File tree

1 file changed

+1
-0
lines changed
  • client/packages/lowcoder/src/comps/comps/tourComp

1 file changed

+1
-0
lines changed

client/packages/lowcoder/src/comps/comps/tourComp/tourComp.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ let TourBasicComp = (function() {
7575
arrow={props.arrow}
7676
placement={props.placement === "" ? undefined : props.placement}
7777
type={props.type === "" ? undefined : props.type}
78+
mask={props.mask}
7879
/>
7980
</Suspense>
8081
);

0 commit comments

Comments
 (0)