Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable animated model updates #275

Closed
rsoika opened this issue Jul 28, 2023 · 0 comments
Closed

Disable animated model updates #275

rsoika opened this issue Jul 28, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented Jul 28, 2023

As a default setting glsp-server animates each model update.
We do not need this and it has no additional positive effect for the overall modelling experience in Open-BPMN.

So we disable the feature simply in the DiagramConfiguration

    @Override
    public boolean animatedUpdate() {
        return false;
    }

See also discussion here and open issue eclipse-glsp/glsp#938

@rsoika rsoika added the enhancement New feature or request label Jul 28, 2023
@rsoika rsoika added this to the 1.0.3 milestone Jul 28, 2023
rsoika added a commit that referenced this issue Jul 28, 2023
Issue #275
@rsoika rsoika closed this as completed Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant