refactor(editor): remove lasso tool (#11481)

This commit is contained in:
Saul-Mirone
2025-04-07 01:12:28 +00:00
parent bb1270061a
commit 854569af2d
16 changed files with 3 additions and 910 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ test.describe('lock', () => {
expect(await getSelectedIds(page)).toHaveLength(1);
});
test('locked element should not be selectable by dragging default tool or lasso tool. unlocking will recover', async ({
test('locked element should not be selectable by dragging default tool. unlocking will recover', async ({
page,
}) => {
await edgelessCommonSetup(page);