mirror of
https://github.com/ONLYOFFICE/sdkjs-forms.git
synced 2026-02-10 18:05:42 +08:00
Fix bug #55502
Fix the problem with adding checkboxes by text selection
This commit is contained in:
2
api.js
2
api.js
@ -110,7 +110,7 @@
|
||||
&& !oLogicDocument.IsSelectionLocked(AscCommon.changestype_None, {
|
||||
Type : AscCommon.changestype_2_ElementsArray_and_Type,
|
||||
Elements : arrSelectedParagraphs,
|
||||
CheckType : changestype_Paragraph_Content
|
||||
CheckType : AscCommon.changestype_Paragraph_Content
|
||||
}))
|
||||
{
|
||||
oLogicDocument.StartAction(AscDFH.historydescription_Document_AddContentControlCheckBox);
|
||||
|
||||
Reference in New Issue
Block a user