We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4cc3c commit 09c6836Copy full SHA for 09c6836
web_src/js/features/repo-editor.js
@@ -131,6 +131,7 @@ export function initRepoEditor() {
131
const $section = $('.breadcrumb span.section');
132
133
if (e.keyCode === 8 && getCursorPosition($(this)) === 0 && $section.length > 0) {
134
+ e.preventDefault();
135
const $divider = $('.breadcrumb div.divider');
136
const value = $section.last().find('a').text();
137
$(this).val(value + $(this).val());
0 commit comments