diff --git a/src/EqDisplay.js b/src/EqDisplay.js index cb85f7e..f36fac0 100644 --- a/src/EqDisplay.js +++ b/src/EqDisplay.js @@ -132,15 +132,15 @@ export default function EqDisplay(props) { } - // onDragStart = () => { + // const onDragStart = () => { // document.body.style.color = 'blue'; // document.body.style.transition = 'background-color 0.2s ease' // } - // onDragUpdate = update => { - // const { destination } = update; - // const opacity = destination ? destination.index / Object.keys(this.state.tasks).length : 0 ; - // document.body.style.backgroundColor = `rgba(153, 141, 217, ${opacity})`; + // const onDragUpdate = update => { + // // const { destination } = update; + // // const opacity = destination ? destination.index / Object.keys(this.state.tasks).length : 0 ; + // document.body.style.backgroundColor = `rgba(153, 141, 217, 1)`; // } const changeMethod = event => { @@ -232,45 +232,14 @@ export default function EqDisplay(props) { return ( - {/* */} - - Methods - - } label="Change side, change sign" /> - } label="balance" /> - - - - {/* */} - {/* */} - - - {/* */} - - - - + + > + - - + + + Methods + + } label="Change side, change sign" /> + } label="Balance" /> + + + + + + - + - - - - + + - + + + + + );