Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Jan 23, 2023
1 parent 5c5fb0a commit 592cda3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mui-base/src/PopperUnstyled/PopperUnstyled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ const PopperTooltip = React.forwardRef(function PopperTooltip(
if (middleware != null) {
popperMiddleware = popperMiddleware.concat(middleware);
}
// setPlacement(data.placement);
const popperUnsubscribe = autoUpdate(resolvedAnchorElement, tooltipRef.current!, async () => {
const state = await computePosition(resolvedAnchorElement, tooltipRef.current!, {
placement: rtlPlacement,
Expand Down

0 comments on commit 592cda3

Please sign in to comment.