Skip to content

Commit

Permalink
fix: inputFormula 弹窗位置错误 (baidu#7601)
Browse files Browse the repository at this point in the history
  • Loading branch information
allenve authored and wuduoyi committed Jul 27, 2023
1 parent 6f755e4 commit 764fdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amis/src/renderers/Form/InputFormula.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export class InputFormulaRenderer extends React.Component<InputFormulaProps> {

return (
<FormulaPicker
popOverContainer={popOverContainer || env.getModalContainer}
popOverContainer={env.getModalContainer}
ref={this.formulaRef}
className={className}
value={value}
Expand Down

0 comments on commit 764fdc4

Please sign in to comment.