pull/3627/head
Steve Ruiz 2024-04-27 12:00:11 +01:00
rodzic c00f467266
commit 03a56f7979
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -51,9 +51,11 @@ export const textShapeMigrations = createShapePropsMigrationSequence({
id: Versions.AddTextAlign,
up: (props) => {
props.textAlign = props.align
delete props.align
},
down: (props) => {
props.align = props.textAlign
delete props.textAlign
},
},
],