🐛 Fix move scrollbar create a selection rectangle

This commit is contained in:
Eva Marco 2024-06-12 12:02:12 +02:00 committed by Alejandro Alonso
parent 09a671cffa
commit 232cfea709
7 changed files with 46 additions and 6 deletions

View file

@ -16,8 +16,6 @@ test.describe("Layers tab", () => {
await workspace.togglePages();
const { height: heightCollapsed } = await workspace.layers.boundingBox();
console.log(heightExpanded, heightCollapsed);
expect(heightExpanded > heightCollapsed);
});
});