Auto Collapse Behaviour - Collapse left panel during calls (#33771)
* Add call resize behaviour * Export behaviour from behaviours.ts * Fix e2e tests * Fix lint * Move test to vitest * Pass call-store instead of global access * Fix broken collapse behaviour on strict mode * Remove unused variable from test
This commit is contained in:
@@ -501,6 +501,7 @@ test.describe("Element Call", () => {
|
||||
});
|
||||
await use({ roomId });
|
||||
},
|
||||
lockLeftPanelWidth: false,
|
||||
});
|
||||
|
||||
async function openAndJoinCall(page: Page, existing = false) {
|
||||
|
||||
Reference in New Issue
Block a user