UI: Stabilize CF argument settings window position on argument type change

This commit is contained in:
Vladyslav_Prykhodko 2025-07-25 11:15:30 +03:00
parent 203a2c8409
commit 53368d3151

View File

@ -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
});