diff --git a/scripts/core/ui/components/drop-zone-3.tsx b/scripts/core/ui/components/drop-zone-3.tsx index b3f3e6d541..5e2aeff6e6 100644 --- a/scripts/core/ui/components/drop-zone-3.tsx +++ b/scripts/core/ui/components/drop-zone-3.tsx @@ -92,7 +92,7 @@ export class DropZone3 extends React.PureComponent { e.preventDefault(); - if (this.state.dragging != true) { + if (this.state.dragging !== true) { this.setState({dragging: true}); } }}