Skip to content

Commit

Permalink
rollback settings for html editor (#5690)
Browse files Browse the repository at this point in the history
* rollback settings for html editor

* rollback etalon

---------

Co-authored-by: OlgaLarina <[email protected]>
  • Loading branch information
OlgaLarina and OlgaLarina authored Jul 16, 2024
1 parent 676418c commit d3e3bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/survey-creator-core/src/property-grid/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,8 @@ export class PropertyGridEditorHtml extends PropertyGridEditorStringBase {
): any {
return this.updateMaxLength(prop, {
type: "comment",
rows: 2
"allowResize": true,
"autoGrow": false,
});
}
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d3e3bbc

Please sign in to comment.