Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jackie2111 committed Oct 2, 2024
1 parent d948cd1 commit 0990d4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function MessageStream({ message }: { message: string }) {
!draggedDappIndexesSignal.value.includes(dappIndexNeedToAdd.dappIndex)
) {
addDappToNode(dappIndexNeedToAdd.dappIndex, {
x: 550 * (countAdded.current + 1),
x: 500 * (countAdded.current + 1),
y: 600,
});
countAdded.current += 1;
Expand Down

0 comments on commit 0990d4b

Please sign in to comment.