Make blockquotes breakable in html editor

This commit is contained in:
Hadi Nategh 2021-01-06 14:06:21 +01:00
parent 644c602a88
commit 85b14052ea
2 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@ var et2_htmlarea = /** @class */ (function (_super) {
resize: false,
height: this.options.height,
width: this.options.width,
end_container_on_empty_block: true,
mobile: {
theme: 'silver'
},

View File

@ -224,6 +224,7 @@ export class et2_htmlarea extends et2_editableWidget implements et2_IResizeable
resize: false,
height: this.options.height,
width: this.options.width,
end_container_on_empty_block: true,
mobile: {
theme: 'silver'
},