Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Oct 2, 2024
1 parent 60c14d6 commit e34fed4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions browser_tests/ComfyPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1107,14 +1107,10 @@ export class NodeReference {
let clickPos: Position
switch (position) {
case 'title':
<<<<<<< HEAD
clickPos = { x: nodePos.x + nodeSize.width / 2, y: nodePos.y - 15 }
break
case 'collapse':
clickPos = { x: nodePos.x + 5, y: nodePos.y - 10 }
=======
clickPos = { x: nodePos.x + nodeSize.width / 2, y: nodePos.y + 1 }
>>>>>>> 263f05b (Fix group node copy paste)
break
default:
throw new Error(`Invalid click position ${position}`)
Expand Down

0 comments on commit e34fed4

Please sign in to comment.