Skip to content

Commit f17aaa0

Browse files
committed
Limit dragging to current part
1 parent ad994c8 commit f17aaa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/blueprints/src/base/showstyle/helpers/userEditOperations.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export function createPieceUserEditOperations(): UserEditingDefinition[] {
1313
{
1414
type: UserEditingType.SOFIE,
1515
id: DefaultUserOperationsTypes.RETIME_PIECE,
16+
limitToCurrentPart: true,
1617
},
1718
]
1819
}

0 commit comments

Comments
 (0)