Skip to content

Commit 48c7232

Browse files
author
林榕洲
committed
fix: createIcon props
1 parent b3b2a03 commit 48c7232

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

Lines changed: 1 addition & 1 deletion
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 })}
147147
<Tip>{title}</Tip>
148148
</div>
149149
);

0 commit comments

Comments
 (0)