delete (gallery-)project

This commit is contained in:
Delucse
2020-12-02 17:16:40 +01:00
parent c5fd5c6239
commit 155675821a
7 changed files with 149 additions and 31 deletions
+6
View File
@@ -35,6 +35,12 @@ class Snackbar extends Component {
}
}
componentDidUpdate(){
if(!this.state.open){
clearTimeout(this.timeout);
}
}
componentWillUnmount(){
if(this.state.open){
clearTimeout(this.timeout);