Oleg Cherr

Results 15 comments of Oleg Cherr

This happens because of `event.preventDefault()` in `useMouseSensor() -> startCaptureBinding`. I hadn't time to dig deeper, but I just made a tiny workaround and it works. All you have to do...

When the user starts dragging, just overlay the entire BODY with some transparent `fixed` DIV, and that's it: https://codesandbox.io/s/react-beautiful-dnd-avoid-hovering-other-elements-demo-lmjo8

@casimcdaniels Why user might need mousewheel while dragging? Personally I've never even thought about scrolling the page during dragging. Maybe it's because 99% of dnd-implementations I've seen handle scrolling by...

Same bug on last version 🤪

Same issue. I tried to create a column like this: `val id = binary("id", 8)` and made a reference in another table: `val userId = reference("userId", UserTable.id)` To make this...