mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[bu][de] Fix bug #76253
This commit is contained in:
committed by
Ilya Kirillov
parent
f336133437
commit
2864abff52
@ -5483,9 +5483,9 @@
|
||||
oMap[aParaComments[nComment].Comment.CommentId] = {};
|
||||
|
||||
if (aParaComments[nComment].Comment.Start)
|
||||
oMap[aParaComments[nComment].Comment.CommentId]["Start"] = true;
|
||||
oMap[aParaComments[nComment].Comment.CommentId].Start = true;
|
||||
else
|
||||
oMap[aParaComments[nComment].Comment.CommentId]["End"] = true;
|
||||
oMap[aParaComments[nComment].Comment.CommentId].End = true;
|
||||
}
|
||||
}
|
||||
if (oElm instanceof AscCommonWord.CTable)
|
||||
|
||||
Reference in New Issue
Block a user