Removed space inserted before embed tags inserted by EEPROM.

This commit is contained in:
flash 2023-03-15 10:58:55 +00:00
parent 11ff8b5be1
commit c06993ff1d
1 changed files with 1 additions and 2 deletions

View File

@ -169,8 +169,7 @@ Misuzu.Forum.Editor.init = function() {
uploadElemProgressText.textContent = ''; uploadElemProgressText.textContent = '';
const insertTheLinkIntoTheBoxEx2 = function() { const insertTheLinkIntoTheBoxEx2 = function() {
// should be more intelligent than just ploinking a space in front $insertTags(postingText, insertText, '');
$insertTags(postingText, ' ' + insertText, '');
postingText.value = postingText.value.trim(); postingText.value = postingText.value.trim();
}; };