Skip to content

Commit

Permalink
Addressing eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Clayton committed Sep 11, 2024
1 parent 9159659 commit c08c58b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/blocks/library-config/library-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export function isMatching(container, query, type, titleText) {
return searchTokens.every((token) => tagsString.toLowerCase().includes(token.toLowerCase()));
}

/* global ClipboardItem */
export default function createCopy(blob) {
const data = [new ClipboardItem({ [blob.type]: blob })];
navigator.clipboard.write(data);
Expand Down

0 comments on commit c08c58b

Please sign in to comment.