Co-authored-by: Travis Ralston <travpc@gmail.com>
pull/21833/head
Šimon Brandner 2021-03-02 07:42:07 +01:00 committed by GitHub
parent ebedd3cbcb
commit ff00683f32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1159,7 +1159,7 @@ export default class RoomView extends React.Component<IProps, IState> {
dragCounter: this.state.dragCounter - 1,
});
if (this.state.dragCounter == 0) {
if (this.state.dragCounter === 0) {
this.setState({
draggingFile: false,
});