react-hammerjs icon indicating copy to clipboard operation
react-hammerjs copied to clipboard

Got Weird Broken With React-Devtool

Open Huxpro opened this issue 9 years ago • 0 comments

I use onPanMove to implement a drag feature and it works perfectly in mostly case. But with React Devtool, the returned e.deltaX and e.deltaY become very strange (nearly out of document) and soon lose focus and trigger onPanEnd.

Im not sure what I encounter is a very special case or a common case :(

Huxpro avatar Apr 26 '16 10:04 Huxpro