diff --git a/browser_tests/fixtures/utils/litegraphUtils.ts b/browser_tests/fixtures/utils/litegraphUtils.ts index 0449d05e48..5533fcaaa6 100644 --- a/browser_tests/fixtures/utils/litegraphUtils.ts +++ b/browser_tests/fixtures/utils/litegraphUtils.ts @@ -503,7 +503,7 @@ export class NodeReference { for (const position of clickPositions) { // Clear any selection first await this.comfyPage.canvas.click({ - position: { x: 50, y: 50 }, + position: { x: 250, y: 250 }, force: true }) await this.comfyPage.nextFrame() diff --git a/src/components/graph/GraphCanvas.vue b/src/components/graph/GraphCanvas.vue index 90d2b30b97..a8ecbaab2f 100644 --- a/src/components/graph/GraphCanvas.vue +++ b/src/components/graph/GraphCanvas.vue @@ -3,8 +3,10 @@ -