1
0
mirror of https://github.com/ONLYOFFICE/sdkjs.git synced 2025-04-18 14:24:11 +03:00
This commit is contained in:
Nikita Khromov 2025-04-07 12:50:08 +07:00 committed by Ilya Kirillov
parent 2ec9062ba8
commit 9a9ec1a235
2 changed files with 5 additions and 3 deletions

View File

@ -1150,9 +1150,10 @@
}
} else if (oGrp) {
if (oGrp.selectStartPage === pageIndex) {
isDrawHandles = !oGrp.IsAnnot;
isDrawHandles = !oGrp.IsAnnot();
let bDrawGroupTrack = !oGrp.IsAnnot() || oGrp.IsAnnot() && !oGrp.IsInTextBox();
drawingDocument.DrawTrack(
bDrawGroupTrack && drawingDocument.DrawTrack(
AscFormat.TYPE_TRACK.GROUP_PASSIVE,
oGrp.getTransformMatrix(),
0,

View File

@ -1347,7 +1347,8 @@
let yContent = oTransform.TransformPointY(0, Y);
oController.resetSelection();
oController.selection.groupSelection = this;
if (this.IsInTextBox() == false && false == this.Lock.Is_Locked()) {
oDoc.SetGlobalHistory();
oDoc.DoAction(function() {