Skip to content

Commit

Permalink
fix(pro:search): remove transition for overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Feb 13, 2023
1 parent 968f9a3 commit c895866
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export function useCommonOverlayProps(
container: props.overlayContainer ?? config.overlayContainer,
containerFallback: `.${mergedPrefixCls.value}-overlay-container`,
placement: 'bottomStart',
transitionName: `${componentCommonConfig.prefixCls}-slide-auto`,
offset: [0, 4],
}))
}

0 comments on commit c895866

Please sign in to comment.