We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b32670 + 1f961e9 commit 80beae7Copy full SHA for 80beae7
1 file changed
src/processors/obfProcessor.ts
@@ -672,6 +672,7 @@ class ObfProcessor extends BaseProcessor {
672
border_color: button.style?.borderColor,
673
box_id: buttonPositions.get(String(button.id ?? '')),
674
image_id: imageId,
675
+ hidden: button.visibility === 'Hidden' || false,
676
};
677
}),
678
images: Array.isArray(page.images) ? page.images : [],
0 commit comments