Skip to content

Commit

Permalink
close always available
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Jun 26, 2024
1 parent f73d649 commit cc5bafb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions imports/connector/connector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -624,9 +624,9 @@ export const Connector = React.memo(({
}, []);

return (<ModalWindow onClosePortal={() => {
if (init == InitializingState.launched){
setPortal && setPortal && setPortal(false);
}
// if (init == InitializingState.launched){
setPortal && setPortal(false);
// }
}} portalOpen={portalOpen}>
<Box
display='flex'
Expand Down

0 comments on commit cc5bafb

Please sign in to comment.