We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc185d8 commit a358233Copy full SHA for a358233
1 file changed
src/Modal.jsx
@@ -78,8 +78,8 @@ class Modal extends React.Component {
78
79
togglePortal() {
80
if (this.props.isOpen) {
81
- this.show();
82
this._focus = true;
+ this.show();
83
} else {
84
this.hide();
85
}
0 commit comments