Skip to content

Commit 57eaf65

Browse files
committed
🩹 visibility Property for ResizableOutliner Element is type 'string'
1 parent 5391750 commit 57eaf65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blockbench-additions/outliner-elements/resizableOutlinerElement.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ new Property(ResizableOutlinerElement, 'string', 'name', { default: 'resizable_o
110110
new Property(ResizableOutlinerElement, 'vector', 'position', { default: [0, 0, 0] })
111111
new Property(ResizableOutlinerElement, 'vector', 'rotation', { default: [0, 0, 0] })
112112
new Property(ResizableOutlinerElement, 'vector', 'scale', { default: [1, 1, 1] })
113-
new Property(ResizableOutlinerElement, 'string', 'visibility', { default: true })
113+
new Property(ResizableOutlinerElement, 'boolean', 'visibility', { default: true })
114114

115115
export const PREVIEW_CONTROLLER = new NodePreviewController(ResizableOutlinerElement, {
116116
setup(el: ResizableOutlinerElement) {

0 commit comments

Comments
 (0)