Skip to content

Commit

Permalink
Upgrade TypeScript and Webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Jun 5, 2023
1 parent 7f035fb commit d490704
Show file tree
Hide file tree
Showing 3 changed files with 3,059 additions and 2,498 deletions.
1 change: 0 additions & 1 deletion modules/clipboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ class Clipboard extends Module<ClipboardOptions> {
elementMatchers.push(matcher);
break;
default:
// @ts-expect-error
Array.from(container.querySelectorAll(selector)).forEach(node => {
if (nodeMatches.has(node)) {
const matches = nodeMatches.get(node);
Expand Down
Loading

0 comments on commit d490704

Please sign in to comment.