mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
unlock drawer before close
This commit is contained in:
parent
590445af9e
commit
18ecc75255
@ -73,6 +73,7 @@ export default class Login extends React.Component {
|
||||
}
|
||||
|
||||
if (typeof this.props.close === "function") {
|
||||
this.props.unlock()
|
||||
this.props.close()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user