Add kind property to geometryBrush in runtime-host.ts
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user