Closed lucaseduoli closed 6 days ago
This pull request includes a small change to the PageComponent in the FlowPage directory. The change ensures that edges are elevated when selected, improving the user interaction experience.
PageComponent
FlowPage
src/frontend/src/pages/FlowPage/components/PageComponent/index.tsx
elevateEdgesOnSelect
Page
true
This pull request includes a small change to the
PageComponent
in theFlowPage
directory. The change ensures that edges are elevated when selected, improving the user interaction experience.src/frontend/src/pages/FlowPage/components/PageComponent/index.tsx
: Added theelevateEdgesOnSelect
property to thePage
component with a value oftrue
.