mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 11:21:23 +01:00
Make blockquotes breakable in html editor
This commit is contained in:
parent
183c6d59c5
commit
744d7cbfd7
@ -93,6 +93,7 @@ var et2_htmlarea = /** @class */ (function (_super) {
|
|||||||
resize: false,
|
resize: false,
|
||||||
height: this.options.height,
|
height: this.options.height,
|
||||||
width: this.options.width,
|
width: this.options.width,
|
||||||
|
end_container_on_empty_block: true,
|
||||||
mobile: {
|
mobile: {
|
||||||
theme: 'silver'
|
theme: 'silver'
|
||||||
},
|
},
|
||||||
|
@ -224,6 +224,7 @@ export class et2_htmlarea extends et2_editableWidget implements et2_IResizeable
|
|||||||
resize: false,
|
resize: false,
|
||||||
height: this.options.height,
|
height: this.options.height,
|
||||||
width: this.options.width,
|
width: this.options.width,
|
||||||
|
end_container_on_empty_block: true,
|
||||||
mobile: {
|
mobile: {
|
||||||
theme: 'silver'
|
theme: 'silver'
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user