Git Product home page Git Product logo

Comments (2)

sameergoyal avatar sameergoyal commented on May 8, 2024

Apologies for the late response.

The way undo redo functionality is implemented in Diagram Maker is by only marking some actions that go into the undo redo history. Those are create & delete actions, so any other changes are not retained inside the undo redo history. See the relevant code here: https://github.com/awslabs/diagram-maker/blob/master/src/state/middleware/undoMiddleware.ts#L11-L27.

We can internally start tracking all actions instead of a few actions, the problem is that when moving nodes, it doesnt generate a single action, but a series of actions, and it can take up the entire stack of history and we have no good way of coalescing those actions for purposes of undo redo. We need to find a way to coalescing the move actions and then expose either a configuration option or change the default behavior to start tracking all actions.

from diagram-maker.

tracy-french avatar tracy-french commented on May 8, 2024

Sorry, we are not planning to act on this request in any timely manner and will be closing this issue. Thank you.

from diagram-maker.

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.