Removed unnecessary wbrs (#3182)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
268bccdf49
Коммит
6e6257fcca
@@ -88,9 +88,6 @@ export function doFormatText(text, options) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
//replace all "/" to "/<wbr />"
|
|
||||||
output = output.replace(/\//g, '/<wbr />');
|
|
||||||
|
|
||||||
// reinsert tokens with formatted versions of the important words and phrases
|
// reinsert tokens with formatted versions of the important words and phrases
|
||||||
output = replaceTokens(output, tokens);
|
output = replaceTokens(output, tokens);
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user