提交 24d0d7d4 编写于 作者: R rebornix

Fix #21584. Make word break correct by removing nbsp

上级 7d08eea7
......@@ -43,10 +43,6 @@ export function tokenizeLineToHTML(text: string, viewLineTokens: ViewLineToken[]
}
break;
case CharCode.Space:
partContent += ' ';
break;
case CharCode.LessThan:
partContent += '<';
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册