Commit 5d619c8f authored by GoshaZotov's avatar GoshaZotov

change paste: non-breaking space

parent 9a75bb61
......@@ -6079,7 +6079,7 @@ PasteProcessor.prototype =
nUnicode = nCharCode;
if (null != nUnicode) {
var Item;
if (0x20 != nUnicode && 0xA0 != nUnicode && 0x2009 != nUnicode) {
if (0x20 != nUnicode && 0x2009 != nUnicode) {
Item = new ParaText();
Item.Set_CharCode(nUnicode);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment