unlock drawer before close

This commit is contained in:
SrGooglo 2023-06-26 18:22:48 +00:00
parent 590445af9e
commit 18ecc75255

View File

@ -73,6 +73,7 @@ export default class Login extends React.Component {
} }
if (typeof this.props.close === "function") { if (typeof this.props.close === "function") {
this.props.unlock()
this.props.close() this.props.close()
} }
} }