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

GLSP-1227: Ensure that model update is correct when using autolayout #74

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

tortmayr
Copy link
Contributor

In the submmitModelDirectly method of the ModelSubmissionHandler the gmodel serialization was invoked before the layout engine was executed (in automatic layouting mode). As a consequence the model sent to the server reflected the unlayouted state.

Fixes eclipse-glsp/glsp#1227

In the `submmitModelDirectly` method of the `ModelSubmissionHandler` the gmodel serialization was
invoked before the layout engine was executed (in automatic layouting mode). As a consequence the
model sent to the server reflected the unlayouted state.

Fixes eclipse-glsp/glsp#1227
Copy link
Contributor

@martin-fleck-at martin-fleck-at left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@planger planger merged commit 515bc97 into main Feb 8, 2024
6 checks passed
@planger planger deleted the glsp-1227 branch February 8, 2024 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Node-server] Automatic layout does not work properly
3 participants