Add empty space after last span of the text line

This commit is contained in:
Beatrycze Volk 2021-02-01 12:41:20 +01:00
parent d09557434f
commit f9535e2de7
1 changed files with 1 additions and 0 deletions

View File

@ -506,5 +506,6 @@ dlfViewerFullTextControl.prototype.appendTextLineSpan = function(textLine) {
textLineSpan.append(span);
}
textLineSpan.append('<span class="textline" id="sp"> </span>');
$('#tx-dlf-fulltextselection').append(textLineSpan);
};