Skip to content

Commit 471ca0f

Browse files
jerryyxu皆虚
and
皆虚
authored
fix(Mask): compile theme variables error (#2599)
Co-authored-by: 皆虚 <jiarui.xjr@alibaba-inc.com>
1 parent f442388 commit 471ca0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/theme/mask.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class MaskDemo extends React.Component {
2222

2323
return (
2424
<div id="mask-demo-container" style={{ width: '100%', height: '400px', position: 'relative' }}>
25-
<Dialog visible overlayProps={overlayProps} isFullScreen title="Welcome to Alibaba.com" footer={false}>
25+
<Dialog animation={false} visible overlayProps={overlayProps} isFullScreen title="Welcome to Alibaba.com" footer={false}>
2626
Start your business here by searching a popular product
2727
</Dialog>
2828
</div>

0 commit comments

Comments
 (0)