Skip to content

Commit

Permalink
Merge 0839e9c into 9e69eab
Browse files Browse the repository at this point in the history
  • Loading branch information
jun599 authored Mar 7, 2023
2 parents 9e69eab + 0839e9c commit 0611c00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/overlay/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ class Popup extends React.Component {
delete others.needAdjust;
}

if ('shouldUpdatePosition' in others) {
delete others.shouldUpdatePosition;
}

return <Popup2 {...others} />;
} else {
return <Popup1 {...others} ref={this.saveRef} />;
Expand Down

0 comments on commit 0611c00

Please sign in to comment.