方正 %!s(int64=8) %!d(string=hai) anos
pai
achega
4f93ed03c1
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      app/src/App.js

+ 0 - 4
app/src/App.js

@@ -19,14 +19,10 @@ export default class Drager extends React.Component {
         let deltaX = some.clientX - this.state.originX + elX
         let deltaY = some.clientY - this.state.originY + elY
 
-
-        
         this.setState({
             x: deltaX,
             y: deltaY
         })
-
-        console.log(some.target.offsetParent.clientHeight)
     }
     ondrag(some) {
         document.addEventListener('mousemove', this.move)