mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-11 07:22:08 +02:00
Use ===
Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
ebedd3cbcb
commit
ff00683f32
@ -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,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user