electron-react-titlebar
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -203,3 +203,2 @@ 'use strict'; | ||
} | ||
console.log('click', i); | ||
this.setState({ | ||
@@ -206,0 +205,0 @@ clicked: !(this.state.focusing === i && this.state.clicked) |
{ | ||
"name": "electron-react-titlebar", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A github desktop style title bar component for electron.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -164,3 +164,2 @@ import React, { PureComponent } from 'react' | ||
} | ||
console.log('click', i) | ||
this.setState({ | ||
@@ -167,0 +166,0 @@ clicked: !(this.state.focusing === i && this.state.clicked), |
Sorry, the diff of this file is not supported yet
97437
21
1316