Make arrow sequence not retroactive (#4090)

this was a very minor oversight when doing the bindings work. It won't
have caused any bugs for anyone but conceptually this should be
`retroactive: false`

### Change type

- [x] `bugfix`
- [ ] `improvement`
- [ ] `feature`
- [ ] `api`
- [ ] `other`

### Test plan

1. Create a shape...
2.

- [ ] Unit tests
- [ ] End to end tests

### Release notes

- Fixed a bug with...
This commit is contained in:
David Sheldrick 2024-07-08 11:31:42 +01:00 committed by GitHub
parent cf32a09221
commit b166d20447
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,6 +79,7 @@ function propsMigration(migration: TLPropsMigration) {
/** @public */
export const arrowShapeMigrations = createMigrationSequence({
sequenceId: 'com.tldraw.shape.arrow',
retroactive: false,
sequence: [
propsMigration({
id: arrowShapeVersions.AddLabelColor,