Skip to content

Commit

Permalink
Merge pull request #247 from le0pard/improve-cleanup
Browse files Browse the repository at this point in the history
Use AbortController for input event cleanup
  • Loading branch information
beholdr authored Nov 28, 2024
2 parents d7f36fa + 52eb516 commit e3a601e
Show file tree
Hide file tree
Showing 6 changed files with 433 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20

Expand Down
Loading

0 comments on commit e3a601e

Please sign in to comment.