From b39231f77b6f07846e93c3a58055e6562b0d5dff Mon Sep 17 00:00:00 2001 From: Alquen Sarmiento Date: Tue, 7 Oct 2025 16:00:09 +0800 Subject: [PATCH] fix: change into transformOrigin to correct attribute name --- src/block-components/transform/attributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/block-components/transform/attributes.js b/src/block-components/transform/attributes.js index d38d38246c..da5fb8a45f 100644 --- a/src/block-components/transform/attributes.js +++ b/src/block-components/transform/attributes.js @@ -5,7 +5,7 @@ export const addAttributes = attrObject => { type: 'number', default: '', }, - transitionOrigin: { + transformOrigin: { type: 'string', default: '', },