fix elevation for item creation
This commit is contained in:
@@ -50,6 +50,7 @@ export function useDraftNode(): DraftNodeHandle {
|
||||
rotation: rotation ?? [0, 0, 0],
|
||||
name: asset.name,
|
||||
asset,
|
||||
parentId: currentLevelId,
|
||||
metadata: { isTransient: true },
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user