This commit is contained in:
Dragon Fire
2021-02-08 22:07:16 -05:00
parent b09d7bbf13
commit 8216542714
+1 -1
View File
@@ -190,7 +190,7 @@ module.exports = class Util {
return chars; return chars;
} }
changed.push(newText.charAt(i)); changed.push(newText.charAt(i));
return ''; return i === oldText.length - 1 ? `**${changed.join('')}**` : '';
}).join(''); }).join('');
} }