Update transform session to use first ID in selection

This commit is contained in:
2026-04-04 20:07:39 +02:00
parent a142a3f528
commit e958c97fdb

View File

@@ -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 {