mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
[de] Fix
This commit is contained in:
@ -13546,6 +13546,23 @@ PasteProcessor.prototype =
|
||||
}
|
||||
if (null != comment.m_sQuoteText) {
|
||||
oCommentObj.m_sQuoteText = comment.m_sQuoteText;
|
||||
} else {
|
||||
/*var QuotedText = this.GetSelectedText(false);
|
||||
if (null === QuotedText || "" === QuotedText)
|
||||
{
|
||||
var oParagraph = this.GetCurrentParagraph();
|
||||
if (oParagraph && oParagraph.SelectCurrentWord())
|
||||
{
|
||||
QuotedText = this.GetSelectedText(false);
|
||||
if (null === QuotedText)
|
||||
QuotedText = "";
|
||||
}
|
||||
else
|
||||
{
|
||||
QuotedText = "";
|
||||
}
|
||||
}*/
|
||||
//oCommentObj.m_sQuoteText = QuotedText;
|
||||
}
|
||||
if (null != comment.Text) {
|
||||
oCommentObj.m_sText = comment.Text;
|
||||
|
||||
Reference in New Issue
Block a user