mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
for bug 78491
This commit is contained in:
@ -631,6 +631,9 @@
|
||||
};
|
||||
|
||||
RotateTrackShapeImage.prototype.draw = function (overlay) {
|
||||
if(AscFormat.isRealNumber(this.originalObject.selectStartPage) && overlay.SetCurrentPage) {
|
||||
overlay.SetCurrentPage(this.originalObject.selectStartPage);
|
||||
}
|
||||
this.overlayObject.draw(overlay);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user