Skip to content

Commit ccf73c2

Browse files
committed
add back keyup for keycode to cuntion
1 parent 089d080 commit ccf73c2

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('keyup input', function (e) {
9696
const $section = $('.breadcrumb span.section');
9797
const $divider = $('.breadcrumb div.divider');
9898
let value;

0 commit comments

Comments
 (0)