electron-react-titlebar
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -210,3 +210,3 @@ 'use strict'; | ||
this.onTouchStart = i => { | ||
if (i !== this.state.focusing) { | ||
if (i !== this.state.focusing && this.state.clicked) { | ||
this.lock = true; | ||
@@ -213,0 +213,0 @@ } |
{ | ||
"name": "electron-react-titlebar", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A github desktop style title bar component for electron.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -170,3 +170,3 @@ import React, { PureComponent } from 'react' | ||
onTouchStart = (i) => { | ||
if (i !== this.state.focusing) { | ||
if (i !== this.state.focusing && this.state.clicked) { | ||
this.lock = true | ||
@@ -173,0 +173,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49809