Skip to content

Commit 9ca6274

Browse files
committed
remove unused e
1 parent 4f3c558 commit 9ca6274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/repo-editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export function initRepoEditor() {
9292
});
9393

9494
const $editFilename = $('#file-name');
95-
$editFilename.on('input', function (e) {
95+
$editFilename.on('input', function () {
9696
let value;
9797
let parts;
9898

0 commit comments

Comments
 (0)