fix: items in split view are not draggable without separator-border#59830
fix: items in split view are not draggable without separator-border#59830mdogadailo wants to merge 1 commit intomicrosoft:masterfrom
Conversation
|
@bpasero AFAIK the editor grid implements DND without using the grid widget or spltiview at all. I believe you are the most qualified for a review of this PR. |
|
@joaomoreno I confirmed this fixes the issue. However, this all seems to be due to the fact that @mdogadailo maybe you could simplify this change based on these findings? |
|
@bpasero I moved @mdogadailo Since I was already in the code, I'll just commit the changes directly. Sorry for that. Good investigation though. |
When you remove
separator-borderclass fromsplit-view, thesplit-view-viewis no longer accept items to drag.It can be reproduced when

editorGroup.borderhas alpha 00.