Skip to content

Commit

Permalink
[2799] Fix node style in diagram pre-layout
Browse files Browse the repository at this point in the history
Bug: #2799
Signed-off-by: Florian ROUËNÉ <florian.rouene@obeosoft.com>
  • Loading branch information
frouene committed Jan 25, 2024
1 parent c66261f commit ba3c6ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Expand Up @@ -154,6 +154,7 @@ Now, for a multi-valued feature, the values are properly displayed and the delet
- https://github.com/eclipse-sirius/sirius-web/issues/2901[#2901] [diagram] Fix an issue where the connectionLine could be stuck on invalid nodes.
- https://github.com/eclipse-sirius/sirius-web/issues/2940[#2940] [diagram] Fix an issue where the diagram palette would render with no tools.
- https://github.com/eclipse-sirius/sirius-web/issues/2986[#2986] [portal] Prevent a portal from containing itself
- https://github.com/eclipse-sirius/sirius-web/issues/2799[#2799] [diagram] Remove the unwanted space between the header and first element in list node

=== New Features

Expand Down
Expand Up @@ -93,6 +93,7 @@ export const prepareLayoutArea = (
const element: JSX.Element = createElement('div', {
id: `${node.id}-label-${index}`,
key: `${node.id}-label-${index}`,
role: 'button', // role applied by react flow
children,
});
labelElements.push(element);
Expand Down

0 comments on commit ba3c6ab

Please sign in to comment.