Skip to content

Commit a206c63

Browse files
authored
fix: change into transformOrigin to correct attribute name (#3611)
1 parent 1a0a670 commit a206c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/block-components/transform/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const addAttributes = attrObject => {
55
type: 'number',
66
default: '',
77
},
8-
transitionOrigin: {
8+
transformOrigin: {
99
type: 'string',
1010
default: '',
1111
},

0 commit comments

Comments
 (0)