refactor(editor): migrate to svgjs to simplify dom renderer

This commit is contained in:
Yifeng Wang
2025-05-29 16:35:09 +08:00
parent 9c696d278b
commit 215ad5acd8
11 changed files with 1432 additions and 1632 deletions
@@ -822,7 +822,7 @@ export async function updateExistedBrushElementSize(
) {
// get the nth brush size button
const btn = page.locator(
`edgeless-line-width-panel .point-button:nth-child(${nthSizeButton})`
`editor-toolbar edgeless-line-width-panel .point-button:nth-child(${nthSizeButton})`
);
await btn.click();