mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2025-04-18 14:24:11 +03:00
Fix bug #73879
This commit is contained in:
parent
2ec9062ba8
commit
9a9ec1a235
@ -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,
|
||||
|
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user