project-flogo / flogo-web

Project Flogo Web UI
http://flogo.io
BSD 3-Clause "New" or "Revised" License
65 stars 36 forks source link

[707] - Fix edge case where the dropping a tile as last element does not save #1298

Closed apandura-tibco closed 4 years ago

apandura-tibco commented 4 years ago

Description

I have removed dependency of flag CdkDragDrop.isPointerOverContainer to know if the drop is inside or outside a droplist. The library set's a wrong value to the flag when trying to place the tile as the last element of the row.

The changes are in @flogo-web/lib-client/diagram and @flogo-web/plugins/stream-client.

How has this been tested?

Manally tested the flows and stream designer page with following scenarios:

Types of changes

Checklist: