Giter Site home page Giter Site logo

Comments (3)

RJWadley avatar RJWadley commented on May 29, 2024

if you're able to use native scrolling here i.e. (with overflow: auto), it should be able to handle recalculating those values and scrolling for you when dragging.

from dnd-kit.

collinsleewyatt avatar collinsleewyatt commented on May 29, 2024

I'm using React Flow in a project of mine. I was able to solve this issue by putting this in my measurement config in DndContext, which remeasures the dropzones every 16.667ms while dragging:

<DndContext
  measuring={{
    droppable: {
        frequency: 16.667,
        strategy: MeasuringStrategy.WhileDragging,
    },
  }}
/>

I'm manually setting the viewport with setViewport in useReactFlow(), which may or may not be the same way you're panning the viewport.
If you're having problems with things being out of date until you move the cursor, I'd try MeasuringStrategy.Always.

from dnd-kit.

luunminh avatar luunminh commented on May 29, 2024

same trouble!

from dnd-kit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.