Fixed calculated toggles not hiding some props from the sheet

This commit is contained in:
Stefan Zermatten
2023-06-07 14:35:42 +02:00
parent e49dea469f
commit f7461f40d6
7 changed files with 9 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ export default {
type: 'toggle',
showUI: true,
deactivatedByAncestor: { $ne: true },
deactivatedByToggle: { $ne: true },
},
{
type: { $ne: 'toggle' },