UI: Stabilize CF argument settings window position on argument type change
This commit is contained in:
		
							parent
							
								
									203a2c8409
								
							
						
					
					
						commit
						53368d3151
					
				@ -179,7 +179,7 @@ export class CalculatedFieldArgumentsTableComponent implements ControlValueAcces
 | 
			
		||||
        renderer: this.renderer,
 | 
			
		||||
        componentType: CalculatedFieldArgumentPanelComponent,
 | 
			
		||||
        hostView: this.viewContainerRef,
 | 
			
		||||
        preferredPlacement: isExists ? 'left' : 'right',
 | 
			
		||||
        preferredPlacement: isExists ? ['left', 'leftTop', 'leftBottom'] : ['topRight', 'right', 'rightTop'],
 | 
			
		||||
        context: ctx,
 | 
			
		||||
        isModal: true
 | 
			
		||||
      });
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user