Vojtech Miksu

Results 173 comments of Vojtech Miksu

> onDragStart and onDragEnd (which is probably = onFinalChange right, onDragStart could be added, you might be also able to just use `onChange` to detect when user starts moving the...

Is there going to be a way to print out the component stack in node env? DevTools are great but it doesn't help much when the app is SSRed and...

Ah oops, I didn't realize this is not a React repo.

Can you add an example that uses these new APIs in a realistic case? Side note: I need to fix CI tests / move them over to Github actions.

Utilizing `beforeDrag` could get you closer: https://codesandbox.io/s/romantic-cookies-7odri?file=/src/App.js However, `onChange` is not called when the item position is not changed so the height doesn't reset. Maybe we could add `afterDrag` or...

@raunofreiberg Yea, go for it.

Might not be that hard to enable this.

> react-movable could listen for the onMouseDown That's how it already works. Can you provide an example?

Oh, you can't have it both ways. I would recommend a dedicated drag handle button and another button next to it.

@PeterKey Can you rebase master? It should fix the CI. You should also update the documentation.