Skip to content

Commit f90618c

Browse files
committed
[elsa] 修复注释节点无法编辑的问题
1 parent b0f215a commit f90618c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/elsa/fit-elsa-react/src/components/DefaultRoot.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export const DefaultRoot = forwardRef(function (
149149
</DispatchContext.Provider>
150150
</Form>
151151
</div>
152-
{createPortal(
152+
{shape.allowConfig && createPortal(
153153
<div className={`jade-form-drawer ${open ? '' : 'hidden'}`}>
154154
<Form
155155
form={form}

0 commit comments

Comments
 (0)