Skip to content

Commit

Permalink
Remove the reset jack from the counter vertex
Browse files Browse the repository at this point in the history
  • Loading branch information
igrep committed May 24, 2022
1 parent 4426139 commit 9af1bf3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,7 @@ document
garage.addVertex({
header: "カウンター",
kind: "counter",
jacks: [
{ jackId: "increment", label: "増やす" },
{ jackId: "reset", label: "リセット" },
],
jacks: [{ jackId: "increment", label: "増やす" }],
plugs: [{ label: "カウント" }, { plugId: "count" }],
colors: COLORS.intermediate,
});
Expand Down

0 comments on commit 9af1bf3

Please sign in to comment.