mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
Merge pull request 'fix/bug-77664' (#1740) from fix/bug-77664 into release/v9.2.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/sdkjs/pulls/1740
This commit is contained in:
@ -16020,6 +16020,15 @@
|
||||
case 4:
|
||||
_author.Initials = s.GetString2();
|
||||
break;
|
||||
case 5:
|
||||
let id__ = s.GetString2();
|
||||
break;
|
||||
case 6:
|
||||
let userId__ = s.GetString2();
|
||||
break;
|
||||
case 7:
|
||||
let providerId__ = s.GetString2();
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
@ -9617,7 +9617,7 @@
|
||||
/**
|
||||
* Specifies a unique ID for the current paragraph.
|
||||
* @memberof ApiParagraph
|
||||
* @typeofeditors ["CDE", "CSE", "CPE"]
|
||||
* @typeofeditors ["CDE"]
|
||||
* @since 9.2.0
|
||||
* @param {number} paraId - The numerical ID which will be specified for the current paragraph. Value MUST be greater than 0 and less than 0x80000000.
|
||||
* @returns {boolean}
|
||||
|
||||
Reference in New Issue
Block a user