Skip to content

Commit db2f9fb

Browse files
yeli19950109hexqi
authored andcommitted
fix: 修复onMouseover拼写错误 (opentiny#662)
1 parent b7453d1 commit db2f9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/canvas/render/src/render.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ const getBindProps = (schema, scope) => {
559559
...parseData(schema.props, scope),
560560
[DESIGN_UIDKEY]: id,
561561
[DESIGN_TAGKEY]: componentName,
562-
onMoseover: stopEvent,
562+
onMouseover: stopEvent,
563563
onFocus: stopEvent
564564
}
565565
if (scope) {

0 commit comments

Comments
 (0)