Fix Query Debug checkbox so it falls under properly

master
Rohan Vazarkar 2017-10-05 05:00:12 -04:00
parent 5f366ac9f6
commit 85f1491f27
1 changed files with 117 additions and 116 deletions

View File

@ -112,6 +112,7 @@ export default class Settings extends Component {
<input type="number" min="0" max="20" className="sliderinput" ref="edgeinput" /> <input type="number" min="0" max="20" className="sliderinput" ref="edgeinput" />
</span> </span>
</div> </div>
<br />
<div className="checkbox-inline"> <div className="checkbox-inline">
<label> <label>
<input ref="debug" type="checkbox" onChange={this.onDebugChange.bind(this)}/> Query Debug Mode <input ref="debug" type="checkbox" onChange={this.onDebugChange.bind(this)}/> Query Debug Mode