Merge pull request #1531 from ONLYOFFICE/fix/bugfix

[DE] Refactoring TextAssociation types
This commit is contained in:
Julia Radzhabova 2022-02-04 17:28:07 +03:00 committed by GitHub
commit ba25d38c45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -376,9 +376,9 @@ define([
title: this.titleConvertOptions, title: this.titleConvertOptions,
label: this.textGroup, label: this.textGroup,
items: [ items: [
{caption: this.textChar, value: Asc.c_oAscTextAssociation.Char, checked: true}, {caption: this.textChar, value: Asc.c_oAscTextAssociation.BlockChar, checked: true},
{caption: this.textLine, value: Asc.c_oAscTextAssociation.Line, checked: false}, {caption: this.textLine, value: Asc.c_oAscTextAssociation.BlockLine, checked: false},
{caption: this.textParagraph, value: Asc.c_oAscTextAssociation.Block, checked: false} {caption: this.textParagraph, value: Asc.c_oAscTextAssociation.PlainLine, checked: false}
], ],
handler: function (dlg, result) { handler: function (dlg, result) {
if (result=='ok') { if (result=='ok') {