Daniel van Hoesel
Daniel van Hoesel
Supporting multiple APIs would be a lot of work, to build, but also to maintain. I'll start with the refactor without breaking the existing API and will see what problems...
Sounds great, much better than the solution I had planned. Looking forward to the end result. Let me know if you want me to test things.
I'm having the same problem, setting `let g:tcomment#filetype#guess_typescriptreact = 1` only works for commenting not uncommenting. I've collected some debug info on the exact same cursor position, hope this helps...
I have no experience with webpack, but maybe you can use the latest version of the plugin. It now supports React 0.14. I've also included a demo project which explains...
Are you sure the `window.alert` doesn't block JS execution? Could you try to log the event's timeStamp and look at the difference. Both events will fire if the time delta...
Could you try to offload the execution to the next frame? Explained here: https://github.com/zilverline/react-tap-event-plugin/issues/15#issuecomment-104204304
Is this on Android? I'm not seeing this in Mobile Safari, since iOS stops JS execution while scrolling.
Thanks @kellyrmilligan! Somehow I missed that. I see now that @spicydonuts already said the issue was on Mobile Safari. I tested some more and also see the 'tap to stop...
What browser are you using? I've seen the same issue in webkit browsers as explained in detail in the second part of this comment: https://github.com/facebook/react/issues/2061#issuecomment-53548251