Skip to content

Commit 80682cd

Browse files
committed
add back blank line
1 parent 55bdf4b commit 80682cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/js/features/repo-editor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ export function initRepoEditor() {
132132
if ($(this).val()) parts.push($(this).val());
133133
$('#tree_path').val(parts.join('/'));
134134
})
135+
135136
const $editArea = $('.repository.editor textarea#edit_area');
136137
if (!$editArea.length) return;
137138

0 commit comments

Comments
 (0)