Skip to content

Commit d6b2d5f

Browse files
huchenleigithub-actions
andauthored
Use npm package @ComfyOrg/litegraph (#89)
* Use npm to manage litegraph * Fix merge issues caused by BetaUI change * Switch to @comfyorg/litegraph * Fix various import * Fix css apply order bug * Fix package lock * Update litegraph * Update litegraph * Update browsertest expectations * Update test expectations [skip ci] * Fix default view screenshot --------- Co-authored-by: github-actions <[email protected]>
1 parent 27c5bc1 commit d6b2d5f

File tree

63 files changed

+514
-18024
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+514
-18024
lines changed

README.md

Lines changed: 1 addition & 1 deletion

browser_tests/ComfyPage.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ export class ComfyPage {
3838

3939
async resetView() {
4040
await this.resetViewButton.click();
41+
// Avoid "Reset View" button highlight.
42+
await this.page.mouse.move(10, 10);
4143
await this.nextFrame();
4244
}
4345

42 Bytes
2.02 KB
47 Bytes
1.76 KB
98 Bytes
1.47 KB
84 Bytes
1.77 KB

0 commit comments

Comments
 (0)