File tree Expand file tree Collapse file tree
packages/project-editor/flow Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4904,7 +4904,6 @@ export function checkProperty(
49044904 }
49054905 } else if (
49064906 ! isPropertyOptional ( object , propertyInfo ) &&
4907- ! ( object instanceof ProjectEditor . WidgetClass ) &&
49084907 ! isPropertyHidden ( object , propertyInfo )
49094908 ) {
49104909 messages . push ( propertyNotSetMessage ( object , propertyInfo . name ) ) ;
@@ -4941,7 +4940,6 @@ export function checkProperty(
49414940 }
49424941 } else if (
49434942 ! isPropertyOptional ( object , propertyInfo ) &&
4944- ! ( object instanceof ProjectEditor . WidgetClass ) &&
49454943 ! isPropertyHidden ( object , propertyInfo )
49464944 ) {
49474945 messages . push ( propertyNotSetMessage ( object , propertyInfo . name ) ) ;
@@ -4966,7 +4964,6 @@ export function checkProperty(
49664964 }
49674965 } else if (
49684966 ! isPropertyOptional ( object , propertyInfo ) &&
4969- ! ( object instanceof ProjectEditor . WidgetClass ) &&
49704967 ! isPropertyHidden ( object , propertyInfo )
49714968 ) {
49724969 messages . push ( propertyNotSetMessage ( object , propertyInfo . name ) ) ;
You can’t perform that action at this time.
0 commit comments