Removed space inserted before embed tags inserted by EEPROM.
This commit is contained in:
parent
11ff8b5be1
commit
c06993ff1d
1 changed files with 1 additions and 2 deletions
|
@ -169,8 +169,7 @@ Misuzu.Forum.Editor.init = function() {
|
|||
uploadElemProgressText.textContent = '';
|
||||
|
||||
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();
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue