Add kind property to geometryBrush in runtime-host.ts

This commit is contained in:
2026-04-12 03:57:38 +02:00
parent 4a905992bc
commit dd5dac2b59

View File

@@ -850,6 +850,7 @@ export class RuntimeHost {
for (const brush of brushes) {
const geometryBrush: BoxBrush = {
id: brush.id,
kind: "box",
name: undefined,
visible: brush.visible,
enabled: true,