Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrzarzycki21 committed Jun 4, 2015
2 parents f4a26bd + e86e835 commit 9a20994
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions textLayout/src/flashx/textLayout/edit/TextClipboard.as
Expand Up @@ -102,7 +102,10 @@ package flashx.textLayout.edit
var descriptor:FormatDescriptor = TextConverter.getFormatDescriptorAt(i);
textOnClipboard = importFunctor(descriptor.clipboardFormat);
if (textOnClipboard && (textOnClipboard != ""))
{
textOnClipboard = textOnClipboard.replace(/\u000B/g,"\u2028");
textScrap = importToScrap(textOnClipboard, descriptor.format);
}
}
return textScrap;
}
Expand Down

0 comments on commit 9a20994

Please sign in to comment.