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:
parent
cf32a09221
commit
b166d20447
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ function propsMigration(migration: TLPropsMigration) {
|
||||||
/** @public */
|
/** @public */
|
||||||
export const arrowShapeMigrations = createMigrationSequence({
|
export const arrowShapeMigrations = createMigrationSequence({
|
||||||
sequenceId: 'com.tldraw.shape.arrow',
|
sequenceId: 'com.tldraw.shape.arrow',
|
||||||
|
retroactive: false,
|
||||||
sequence: [
|
sequence: [
|
||||||
propsMigration({
|
propsMigration({
|
||||||
id: arrowShapeVersions.AddLabelColor,
|
id: arrowShapeVersions.AddLabelColor,
|
||||||
|
|
Loading…
Reference in a new issue