Skip to content

Commit 3f3ad2f

Browse files
authored
Merge branch 'alibaba:develop' into develop
2 parents 058e184 + e7884fd commit 3f3ad2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/designer/src/builtin-simulator/bem-tools/border-selecting.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function createAction(content: ReactNode | ComponentType<any> | IPublicTypeActio
143143
});
144144
}}
145145
>
146-
{icon && createIcon(icon)}
146+
{icon && createIcon(icon, { key, node: node.internalToShellNode() })}
147147
<Tip>{title}</Tip>
148148
</div>
149149
);

0 commit comments

Comments
 (0)