mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[bu][de] Fix bug #76651
This commit is contained in:
committed by
Ilya Kirillov
parent
54f64c64b5
commit
b3fe903c6a
@ -11296,7 +11296,7 @@
|
||||
return false;
|
||||
|
||||
let oSectPr = oSection.Section;
|
||||
let oCurSectPr = oDoc.SectionsInfo.GetSectPrByElement(this.Paragraph).SectPr;
|
||||
let oCurSectPr = oDoc.SectionsInfo.GetSectPrByElement(this.Paragraph);
|
||||
|
||||
oCurSectPr.Set_Type(oSectPr.Type);
|
||||
oCurSectPr.SetPageNumStart(-1);
|
||||
|
||||
Reference in New Issue
Block a user