I am using angular cdkDragAndDrop to drag and drop elements from one list to another, but I would like to extend my implementation to also enable dragging the element to another tab of the same page and drop it there. But when I try to drag the element out of my browser tab, it disappears and doesn't move to the next tab.
To make it more clear, a use case example of this behavior is like we can select the url of this page and drag it to next page and drop there.