Update transform session to use first ID in selection
This commit is contained in:
@@ -562,7 +562,7 @@ export function resolveTransformTarget(
|
||||
};
|
||||
}
|
||||
|
||||
return createBrushTransformTarget(document, selection.brushId);
|
||||
return createBrushTransformTarget(document, selection.ids[0]);
|
||||
case "entities":
|
||||
if (selection.ids.length !== 1) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user