Skip to content

Commit 4ab2743

Browse files
committed
Change separator for editor to br
1 parent 7eedd12 commit 4ab2743

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eform-client/src/app/common/modules/eform-imported/pell/pell.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class PellComponent implements OnInit, AfterViewInit, OnChanges {
4848
this.html = html;
4949
this.valueChange.emit(this.html);
5050
},
51-
defaultParagraphSeparator: 'p',
51+
defaultParagraphSeparator: 'br',
5252
styleWithCSS: false,
5353
actions: [
5454
'bold',

eform-client/src/app/plugins/modules/shared/components/text-editor-pn/pell-pn.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class PellPnComponent implements OnInit, AfterViewInit, OnChanges {
4848
this.html = html;
4949
this.valueChange.emit(this.html);
5050
},
51-
defaultParagraphSeparator: 'p',
51+
defaultParagraphSeparator: 'br',
5252
styleWithCSS: false,
5353
actions: [
5454
'bold',

0 commit comments

Comments
 (0)