fix(core): split view should only be dragged by the handle (#9610)

fix BS-2354
also fix AF-2096
This commit is contained in:
pengx17
2025-01-09 10:40:25 +00:00
parent 755cebfb18
commit c0ed78dc66
3 changed files with 13 additions and 12 deletions

View File

@@ -39,14 +39,14 @@ test('open split view', async ({ page }) => {
'true'
);
const firstDragHandel = page
const firstDragHandle = page
.getByTestId('split-view-panel')
.first()
.getByTestId('split-view-indicator');
await dragTo(
page,
firstDragHandel,
firstDragHandle,
page.getByTestId('split-view-panel').last(),
'center',
true