Skip to content

Commit 3866205

Browse files
committed
lint
1 parent 34a8bdf commit 3866205

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/Export.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ ${indent4(mainHTML.content)}
8181

8282
}
8383

84-
function selectAndCopy(e) {
85-
navigator.clipboard.writeText(e.target.textContent);
86-
}
87-
8884
function openInCodepen(data) {
8985
const files = data.files;
9086
const mainHTML = getOrFind(files, 'index.html', 'html');

0 commit comments

Comments
 (0)